boostorg / mysql

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

connection_pool: remove async_get_connection timeout overloads #349

Closed anarthal closed 2 months ago

anarthal commented 2 months ago

Now that we support per-operation cancellation and that timeouts have become trivial to implement using asio::cancel_after, it no longer makes sense having this feature built-in. Pools are experimental (until 1.87), so we should make the change now.