Apache Mesos
Friends | List of all members
process::AsyncExecutor Class Reference

#include <async.hpp>

Friends

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< Nothingasync (const F &f, typename std::enable_if< std::is_void< typename result_of< F()>::type >::value >::type *)
 

Friends And Related Function Documentation

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: