Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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 |