#include <future.hpp>
Public Member Functions | |
future_waiter () | |
template<typename F > | |
void | add (F &f) |
template<typename F1 , typename... Fs> | |
void | add (F1 &f1, Fs &...fs) |
count_type | wait () |
~future_waiter () | |
|
inline |
|
inline |
References boost::multiprecision::backends::i.
|
inline |
Referenced by add(), and boost::wait_for_any().
|
inline |
References add().
|
inline |
References boost::multiprecision::backends::i, and boost::condition_variable_any::wait().
Referenced by boost::wait_for_any().