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