Intel® Threading Building Blocks Documentation, version 4.2
Template function for creating a task_handle from a function or functor.
template<typename Func> task_handle<Func> make_task( const Func& f );
Returns