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