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