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