toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.template.util
/
KorteDeferred
Korte
Deferred
class
KorteDeferred
<
T
>
Members
Constructors
Korte
Deferred
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
await
Link copied to clipboard
suspend
fun
await
(
)
:
T
complete
Link copied to clipboard
fun
complete
(
value
:
T
)
complete
Exceptionally
Link copied to clipboard
fun
completeExceptionally
(
t
:
Throwable
)
complete
With
Link copied to clipboard
fun
completeWith
(
result
:
Result
<
T
>
)
to
Continuation
Link copied to clipboard
fun
toContinuation
(
coroutineContext
:
CoroutineContext
)
:
Continuation
<
T
>