toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.async
/
async
async
fun
<
T
>
CoroutineScope
.
async
(
callback
:
suspend
(
)
->
T
)
:
Deferred
<
T
>
fun
<
T
>
async
(
context
:
CoroutineContext
,
callback
:
suspend
(
)
->
T
)
:
Deferred
<
T
>