toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-ktx
/
com.jeluchu.jchucomponents.ktx.coroutines
Package-level
declarations
Functions
Functions
do
On
Global
Link copied to clipboard
fun
doOnGlobal
(
enableLog
:
Boolean
=
true
,
onLog
:
(
text
:
String
)
->
Unit
=
{}
,
func
:
suspend
(
)
->
Unit
)
do
On
Main
Link copied to clipboard
fun
doOnMain
(
enableLog
:
Boolean
=
true
,
onLog
:
(
text
:
String
)
->
Unit
=
{}
,
func
:
suspend
(
)
->
Unit
)
:
Job
do
On
UI
Link copied to clipboard
fun
doOnUI
(
enableLog
:
Boolean
=
true
,
onLog
:
(
text
:
String
)
->
Unit
=
{}
,
func
:
suspend
(
)
->
Unit
)
:
Job
no
Crash
Link copied to clipboard
fun
noCrash
(
enableLog
:
Boolean
=
true
,
func
:
(
)
->
Unit
)
:
String
?
no
Crash
Suspend
Link copied to clipboard
suspend
fun
noCrashSuspend
(
enableLog
:
Boolean
=
true
,
func
:
suspend
(
)
->
Unit
)
:
String
?