asio C++ library

PrevUpHomeNext

windows::basic_object_handle::rebind_executor

Rebinds the handle type to another executor.

template<
    typename Executor1>
struct rebind_executor
Types

Name

Description

other

The handle type when rebound to the specified executor.

Requirements

Header: asio/windows/basic_object_handle.hpp

Convenience header: asio.hpp


PrevUpHomeNext