![]() |
Home | Libraries | People | FAQ | More |
Retrieves the executor associated to this object.
executor_type get_executor();
Returns the pool executor passed to the constructor, as per pool_executor_params::pool_executor
.
No-throw guarantee.
This function is never thread-safe, regardless of the executor configuration passed to the constructor. Calling this function concurrently with any other function introduces data races.