korlibs-concurrent
Toggle table of contents
6.1.0
android
Target filter
android
Switch theme
Search in API
Skip to content
korlibs-concurrent
korlibs-concurrent
/
korlibs.io.android
Package-level
declarations
Types
Functions
Types
Android
Coroutine
Context
Link copied to clipboard
android
class
AndroidCoroutineContext
(
val
context
:
Context
)
:
CoroutineContext.Element
Functions
android
Context
Link copied to clipboard
android
suspend
fun
androidContext
(
)
:
Context
android
Context
Link copied to clipboard
android
fun
CoroutineContext
.
androidContext
(
)
:
Context
android
Context
Or
Null
Link copied to clipboard
android
suspend
fun
androidContextOrNull
(
)
:
Context
?
android
Context
Or
Null
Link copied to clipboard
android
fun
CoroutineContext
.
androidContextOrNull
(
)
:
Context
?
with
Android
Context
Link copied to clipboard
android
suspend
fun
<
T
>
withAndroidContext
(
context
:
Context
,
callback
:
suspend
CoroutineScope
.
(
)
->
T
)
:
T