toggle menu
korge-root
5.1.0
android
common
switch theme
search in API
korge-core
/
korlibs.io.android
/
AndroidCoroutineContext
Android
Coroutine
Context
android
class
AndroidCoroutineContext
(
val
context
:
Context
)
:
CoroutineContext.Element
Members
Members & Extensions
Constructors
Android
Coroutine
Context
Link copied to clipboard
android
constructor
(
context
:
Context
)
Types
Key
Link copied to clipboard
android
object
Key
:
CoroutineContext.Key
<
AndroidCoroutineContext
>
Properties
context
Link copied to clipboard
android
val
context
:
Context
key
Link copied to clipboard
android
open
override
val
key
:
CoroutineContext.Key
<
*
>
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
android
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
android
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
android
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
android
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext