#include <async.hpp>
|
template<typename F > |
Future< typename result_of< F()>::type > | async (const F &f, typename std::enable_if<!std::is_void< typename result_of< F()>::type >::value >::type *) |
|
template<typename F > |
Future< Nothing > | async (const F &f, typename std::enable_if< std::is_void< typename result_of< F()>::type >::value >::type *) |
|
template<typename F >
Future<typename result_of<F()>::type> async |
( |
const F & |
f, |
|
|
typename std::enable_if<!std::is_void< typename result_of< F()>::type >::value >::type * |
= nullptr |
|
) |
| |
|
friend |
template<typename F >
Future<Nothing> async |
( |
const F & |
f, |
|
|
typename std::enable_if< std::is_void< typename result_of< F()>::type >::value >::type * |
= nullptr |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file:
- 3rdparty/libprocess/include/process/async.hpp