Future structure.
More...
#include <future.h>
|
| | _Atomic (bool) done |
| | Whether the future is finished.
|
| |
Future structure.
Definition at line 27 of file future.h.
◆ _Atomic()
| reduct_future_t::_Atomic |
( |
bool |
| ) |
|
Whether the future is finished.
◆ error
Error structure, will be NULL if no error occured.
Definition at line 29 of file future.h.
◆ callable
The callable to execute.
Definition at line 31 of file future.h.
◆ result
The result of the execution.
Definition at line 32 of file future.h.
◆ [union]
◆ smallArgv
◆ argv
The arguments for the callable.
Definition at line 35 of file future.h.
◆ argc
| uint32_t reduct_future_t::argc |
The number of arguments.
Definition at line 36 of file future.h.
◆ taskId
The task ID in the task system.
Definition at line 38 of file future.h.
The documentation for this struct was generated from the following file: