Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
toggle menu
kotlinx.coroutines
1.9.0
common
jvm
switch theme
search in API
kotlinx-coroutines-test
/
kotlinx.coroutines.test
/
currentTime
current
Time
common
jvm
@
ExperimentalCoroutinesApi
val
TestScope
.
currentTime
:
Long
(
source
)
The current virtual time on
testScheduler
.
See also
Test
Coroutine
Scheduler.
current
Time
@
ExperimentalCoroutinesApi
val
TestCoroutineScope
.
currentTime
:
Long
(
source
)
The current virtual time on
testScheduler
.
See also
Test
Coroutine
Scheduler.
current
Time