libcoro
1.0
Coroutine support library for C++20
|
◆ get_future()
template<typename T , bool atomic>
Retrieve pointer to an associated future. This allows to identify target object. You should avoid to use pointer to control associated future. This is reason, why only const API is only defined
Definition at line 285 of file future.h. ![]() |