asio C++ library

PrevUpHomeNext

experimental::basic_concurrent_channel::rebind_executor

Rebinds the channel type to another executor.

template<
    typename Executor1>
struct rebind_executor
Types

Name

Description

other

The channel type when rebound to the specified executor.

Requirements

Header: asio/experimental/basic_concurrent_channel.hpp

Convenience header: None


PrevUpHomeNext