PrevUpHomeNext

mqtt_client::rebind_executor

Rebinds the client type to another executor.

template <
    typename Executor
>
struct rebind_executor
Types

Name

Description

other

The client type when rebound to the specified executor.

Requirements

Header: async_mqtt5/mqtt_client.hpp

Convenience header: async_mqtt5.hpp


PrevUpHomeNext