kotlinx.coroutines
1.6.0-SNAPSHOT
kotlinx-coroutines-debug
/
kotlinx.coroutines.debug
/
State
State
enum
State
:
Enum
<
State
>
Content copied to clipboard
Current state of the coroutine.
Entries
Entries
SUSPENDED
Link copied to clipboard
SUSPENDED
(
)
Content copied to clipboard
Suspended.
RUNNING
Link copied to clipboard
RUNNING
(
)
Content copied to clipboard
Started and running.
CREATED
Link copied to clipboard
CREATED
(
)
Content copied to clipboard
Created, but not yet started.