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