Definition async_helpers.hpp:11
void set_exception(std::exception_ptr e)
Set an exception to be thrown.
Definition async_helpers.hpp:92
void set_value(ReturnType value)
Set the value to be returned.
Definition async_helpers.hpp:89
std::future< ReturnType > get_future()
Get a future that can be used to wait for the return value.
Definition async_helpers.hpp:100
void(*)(void *) get_deleter()
Get the deleter function for this context.
Definition async_helpers.hpp:103