asio C++ library

PrevUpHomeNext

system_executor::context_impl

struct context_impl :
  public execution_context
Types

Name

Description

fork_event

Fork-related event notifications.

Member Functions

Name

Description

context_impl

notify_fork

Notify the execution_context of a fork-related event.

~context_impl

Protected Member Functions

Name

Description

destroy_context

Destroys all services in the context.

shutdown_context

Shuts down all services in the context.

Data Members

Name

Description

scheduler_

threads_

Friends

Name

Description

add_service

(Deprecated: Use make_service().) Add a service object to the execution_context.

has_service

Determine if an execution_context contains a specified service type.

make_service

Creates a service object and adds it to the execution_context.

use_service

Obtain the service object corresponding to the given type.

Requirements

Header: asio/system_executor.hpp

Convenience header: asio.hpp


PrevUpHomeNext