Closed anarthal closed 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.
asio::cancel_after
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.