asio C++ library

PrevUpHomeNext

windows::basic_object_handle::executor_type

Inherited from basic_io_object.

The type of the executor associated with the object.

typedef asio::io_service::executor_type executor_type;
Member Functions

Name

Description

context

Obtain the underlying execution context.

defer

Request the io_service to invoke the given function object.

dispatch

Request the io_service to invoke the given function object.

on_work_finished

Inform the io_service that some work is no longer outstanding.

on_work_started

Inform the io_service that it has some outstanding work to do.

post

Request the io_service to invoke the given function object.

running_in_this_thread

Determine whether the io_service is running in the current thread.

Friends

Name

Description

operator!=

Compare two executors for inequality.

operator==

Compare two executors for equality.

Requirements

Header: asio/windows/basic_object_handle.hpp

Convenience header: asio.hpp


PrevUpHomeNext