Package-level declarations

Functions

Link copied to clipboard
suspend fun getInstanceName(): String

Utility function to get the name of the current coroutine instance.

Link copied to clipboard
suspend fun <T> withNamedContext(name: String, block: suspend () -> T): T

Executes a given block of code within a coroutine context that has a specified name.