ARGOBOTS
|
#include "abti.h"
Go to the source code of this file.
Functions | |
int | ABT_future_create (uint32_t compartments, void(*cb_func)(void **arg), ABT_future *newfuture) |
Create a future. More... | |
int | ABT_future_free (ABT_future *future) |
Free the future object. More... | |
int | ABT_future_wait (ABT_future future) |
Wait on the future. More... | |
int | ABT_future_test (ABT_future future, ABT_bool *flag) |
Test whether the future is ready. More... | |
int | ABT_future_set (ABT_future future, void *value) |
Signal the future. More... | |
int | ABT_future_reset (ABT_future future) |
Reset the readiness of the target future. More... | |