oskit-kmp
Toggle table of contents
5.0.0
common
Platform filter
common
Switch theme
Search in API
oskit-kmp
oskit-kmp
/
com.outsidesource.oskitkmp.concurrency
/
CancellableTimeout
Cancellable
Timeout
class
CancellableTimeout
(
timeoutMillis
:
Int
,
scope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default + Job())
,
onTimeout
:
suspend
(
)
->
Unit
)
Members
Constructors
Cancellable
Timeout
Link copied to clipboard
constructor
(
timeoutMillis
:
Int
,
scope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default + Job())
,
onTimeout
:
suspend
(
)
->
Unit
)
Functions
cancel
Link copied to clipboard
fun
cancel
(
)
reset
Link copied to clipboard
fun
reset
(
)
start
Link copied to clipboard
fun
start
(
)