|
Lely core libraries 2.3.2
|
A future. More...

Data Fields | |
| atomic_int | state |
| The state of the future. | |
| void * | value |
| The value of the future, set by ev_promise_set_release(). | |
| struct sllist | queue |
| The queue of tasks submitted by ev_future_submit() waiting for the future to become ready. | |
| atomic_int ev_future::state |