boostorg / mysql

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

Make any_connection use asio::deferred as default #296

Open anarthal opened 2 weeks ago

anarthal commented 2 weeks ago

This would be consistent with a recent change in Asio and simplify coroutine usages.