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 detail::run_with_timeout #351

Closed anarthal closed 1 month ago

anarthal commented 2 months ago

This can probably be replaced by asio::cancel_after.