CoroutineKeyedQueue

class CoroutineKeyedQueue<Key, Value>

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun resume(key: Key, value: Value)
Link copied to clipboard
suspend fun wait(vararg keys: Key, beforeWait: suspend CoroutineScope.() -> Unit? = null): Value