|  | 
          Create a strand
          object for an executor.
        
template< typename Executor> strand< Executor > make_strand( const Executor & ex, constraint_t< is_executor< Executor >::value||execution::is_executor< Executor >::value > = 0);
An executor.
A strand constructed with the specified executor.