ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
A struct that can be converted to ABT_eventual
.
More...
#include <abt.h>
Data Fields | |
int | dummy [16] |
A struct that can be converted to ABT_eventual
.
ABT_eventual_memory
is a struct to statically allocate and initialize ABT_eventual
. ABT_eventual_memory
can be statically initialized by ABT_EVENTUAL_INITIALIZER
and converted to ABT_eventual
by ABT_EVENTUAL_MEMORY_GET_HANDLE()
.
The initialized ABT_eventual
does not hold a memory buffer, so the user may not set a value of the statically initialized ABT_eventual
by ABT_eventual_set()
dummy
may not be accessed by a user.