![]() |
Home | Libraries | People | FAQ | More |
Constructs a connection pool.
template<
class ExecutionContext>
connection_pool(
ExecutionContext& ctx,
pool_params
params);
Equivalent to connection_pool(ctx.get_executor(), params)
.
This function participates in overload resolution only if ExecutionContext
satisfies the ExecutionContext
requirements imposed
by Boost.Asio.
Strong guarantee. Exceptions may be thrown by memory allocations.
Type |
Thrown On |
---|---|
|
If |