boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
250 stars 32 forks source link

connection_pool should be constructibe from an executor #222

Closed anarthal closed 5 months ago

anarthal commented 6 months ago

As per the current design, it is constructible from an execution context, or explicitly creating a pool_executor_params object.