Create an executor_work
object.
template< typename T, typename Executor> executor_work< typename associated_executor< T, Executor >::type > make_work( const T & t, const Executor & ex, typename enable_if< is_executor< Executor >::value >::type * = 0);