Package-level declarations
Functions
Link copied to clipboard
fun <T> runBlockingReentrant(context: ERROR CLASS: Symbol not found for CoroutineContext = EmptyCoroutineContext, block: suspend () -> T): T
Runs a suspending block from blocking code in a reentrant-safe way.
Link copied to clipboard