|  | 
        The make_strand
        function creates a strand
        object for an executor or execution context.
      
        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); » more...
        Create a strand
        object for an execution context.
      
template< typename ExecutionContext> strand< typename ExecutionContext::executor_type > make_strand( ExecutionContext & ctx, constraint_t< is_convertible< ExecutionContext &, execution_context & >::value > = 0); » more...
        Header: asio/strand.hpp
      
        Convenience header: asio.hpp