Lely core libraries
2.2.5
|
A future. More...
Data Fields | |
atomic_int | state |
The state of the future. More... | |
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 |