|  | Home | Libraries | People | FAQ | More | 
          Create a strand
          object for an executor.
        
template<
    typename Executor>
strand< Executor > make_strand(
    const Executor & ex,
    typename constraint< is_executor< Executor >::value||execution::is_executor< Executor >::value >::type  = 0);