toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.async
/
AsyncQueueWithContext
Async
Queue
With
Context
class
AsyncQueueWithContext
(
val
queue
:
AsyncQueue
,
val
context
:
CoroutineContext
)
Members
Constructors
Async
Queue
With
Context
Link copied to clipboard
constructor
(
queue
:
AsyncQueue
,
context
:
CoroutineContext
)
Properties
context
Link copied to clipboard
val
context
:
CoroutineContext
queue
Link copied to clipboard
val
queue
:
AsyncQueue
Functions
await
Link copied to clipboard
suspend
fun
await
(
)
suspend
fun
await
(
func
:
suspend
(
)
->
Unit
)
invoke
Link copied to clipboard
operator
fun
invoke
(
func
:
suspend
(
)
->
Unit
)
:
AsyncQueue