enum stackless_coroutine::context_state
Declared at: libs/pika/coroutines/include/pika/coroutines/stackless_coroutine.hpp:30
Enumerators
| Name | Value | Comment |
|---|---|---|
| ctx_running | 0 | |
| ctx_ready | 1 | |
| ctx_exited | 2 |
Declared at: libs/pika/coroutines/include/pika/coroutines/stackless_coroutine.hpp:30
| Name | Value | Comment |
|---|---|---|
| ctx_running | 0 | |
| ctx_ready | 1 | |
| ctx_exited | 2 |