Package-level declarations

Functions

Link copied to clipboard
Link copied to clipboard
fun createCleanupCallback(block: suspend CoroutineScope.() -> Unit): () -> Cleanup
fun <T> createCleanupCallback(block: suspend CoroutineScope.(T) -> Unit): (T) -> Cleanup