enum class future_state
Description
////////////////////////////////////////////////////////////////////////
Declared at: libs/pika/futures/include/pika/futures/future.hpp:43
Enumerators
| Name | Value | Comment |
|---|---|---|
| invalid | 0 | |
| has_value | 1 | |
| has_exception | 2 |
////////////////////////////////////////////////////////////////////////
Declared at: libs/pika/futures/include/pika/futures/future.hpp:43
| Name | Value | Comment |
|---|---|---|
| invalid | 0 | |
| has_value | 1 | |
| has_exception | 2 |