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