korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-concurrent
/
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