boost::corosio::epoll_context::epoll_context
Constructors
Synopses
Declared in <boost/corosio/epoll_context.hpp>
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 |
Created with MrDocs