|  | Home | Libraries | People | FAQ | More | 
           
Construct
          a experimental::basic_channel.
        
basic_channel( const executor_type & ex, std::size_t max_buffer_size = 0); » more...
          Construct and open a experimental::basic_channel.
        
template<
    typename ExecutionContext>
basic_channel(
    ExecutionContext & context,
    std::size_t max_buffer_size = 0,
    typename constraint< is_convertible< ExecutionContext &, execution_context & >::value, defaulted_constraint >::type  = defaulted_constraint());
  » more...
          Move-construct a experimental::basic_channel
          from another.
        
basic_channel( basic_channel && other); » more... template< typename Executor1> basic_channel( basic_channel< Executor1, Traits, Signatures...> && other, typename constraint< is_convertible< Executor1, Executor >::value >::type = 0); » more...