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
suspend fun <T> withContextReentrant(context: ERROR CLASS: Symbol not found for CoroutineContext, block: suspend () -> T): T

Runs the given block within the specified context in a reentrant-safe way.