Lely core libraries  2.2.5
lely::ev::detail::AsyncTask< Invoker, typename ::std::enable_if< is_future< compat::invoke_result_t< Invoker > >::value >::type > Class Template Reference
Inheritance diagram for lely::ev::detail::AsyncTask< Invoker, typename ::std::enable_if< is_future< compat::invoke_result_t< Invoker > >::value >::type >:
Collaboration diagram for lely::ev::detail::AsyncTask< Invoker, typename ::std::enable_if< is_future< compat::invoke_result_t< Invoker > >::value >::type >:

Additional Inherited Members

- Data Fields inherited from ev_task
ev_exec_texec
 A pointer to the executor to which the task is (to be) submitted.
 
ev_task_func_tfunc
 The function to be invoked when the task is run.
 

Detailed Description

template<class Invoker>
class lely::ev::detail::AsyncTask< Invoker, typename ::std::enable_if< is_future< compat::invoke_result_t< Invoker > >::value >::type >

Definition at line 277 of file future.hpp.


The documentation for this class was generated from the following file: