toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.async
/
EmptyContinuation
Empty
Continuation
open
class
EmptyContinuation
(
val
context
:
CoroutineContext
)
:
Continuation
<
Unit
>
Inheritors
Companion
Members
Constructors
Empty
Continuation
Link copied to clipboard
constructor
(
context
:
CoroutineContext
)
Types
Companion
Link copied to clipboard
object
Companion
:
EmptyContinuation
Properties
context
Link copied to clipboard
open
override
val
context
:
CoroutineContext
Functions
resume
With
Link copied to clipboard
open
override
fun
resumeWith
(
result
:
Result
<
Unit
>
)