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