Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

experimental::basic_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: boost/asio/experimental/basic_channel.hpp

Convenience header: None


PrevUpHomeNext