toggle menu
korge-root
5.1.0
android
common
switch theme
search in API
korge-core
/
korlibs.io.async
/
PreferSyncIo
Prefer
Sync
Io
data
class
PreferSyncIo
(
val
preferSyncIo
:
Boolean
)
:
CoroutineContext.Element
Members
Members & Extensions
Constructors
Prefer
Sync
Io
Link copied to clipboard
constructor
(
preferSyncIo
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
:
CoroutineContext.Key
<
PreferSyncIo
>
Properties
key
Link copied to clipboard
open
override
val
key
:
PreferSyncIo.Companion
prefer
Sync
Io
Link copied to clipboard
val
preferSyncIo
:
Boolean
prefer
Sync
Io
Link copied to clipboard
val
CoroutineContext
.
preferSyncIo
:
Boolean
Functions
android
Context
Link copied to clipboard
android
fun
CoroutineContext
.
androidContext
(
)
:
Context
android
Context
Or
Null
Link copied to clipboard
android
fun
CoroutineContext
.
androidContextOrNull
(
)
:
Context
?
delay
Link copied to clipboard
suspend
fun
CoroutineContext
.
delay
(
time
:
TimeSpan
)
fold
Link copied to clipboard
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
open
operator override
fun
<
E
:
CoroutineContext.Element
>
get
(
key
:
CoroutineContext.Key
<
E
>
)
:
E
?
launch
Unscoped
Link copied to clipboard
fun
CoroutineContext
.
launchUnscoped
(
block
:
suspend
(
)
->
Unit
)
launch
Unscoped
And
Wait
Link copied to clipboard
suspend
fun
<
T
>
CoroutineContext
.
launchUnscopedAndWait
(
block
:
suspend
(
)
->
T
)
:
T
minus
Key
Link copied to clipboard
open
override
fun
minusKey
(
key
:
CoroutineContext.Key
<
*
>
)
:
CoroutineContext
on
Cancel
Link copied to clipboard
fun
CoroutineContext
.
onCancel
(
block
:
(
)
->
Unit
)
:
Cancellable
plus
Link copied to clipboard
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext