libquassel
0.10.1
libquassel-client
/
de.justjanne.libquassel.client.util
/
CoroutineKeyedQueue
Coroutine
Keyed
Queue
class
CoroutineKeyedQueue
<
Key
,
Value
>
Content copied to clipboard
Types
Functions
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
resume
Link copied to clipboard
fun
resume
(
key
:
Key
,
value
:
Value
)
Content copied to clipboard
wait
Link copied to clipboard
suspend
fun
wait
(
vararg
keys
:
Key
,
beforeWait
:
suspend
CoroutineScope
.
(
)
->
Unit
?
=
null
)
:
Value
Content copied to clipboard