boost::corosio::epoll_context::epoll_context

Constructors

Synopses

Construct an epoll_context with default concurrency.

Copy constructor

epoll_context(epoll_context const& other) = delete;

Construct an epoll_context with a concurrency hint.

explicit
epoll_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