boost::corosio::select_context::select_context

Constructors

Synopses

Construct a select_context with default concurrency.

Copy constructor

select_context(select_context const& other) = delete;

Construct a select_context with a concurrency hint.

explicit
select_context(unsigned int concurrency_hint);

Parameters

Name Description

concurrency_hint

A hint for the number of threads that will call run(). If greater than 1, thread‐safe synchronization is used internally.

Created with MrDocs