mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
Simplifies the health checker (#317)
Modifies the health checker to use asio::cancel_after rather than a separate parallel group task
This commit is contained in:
committed by
GitHub
parent
beab3f69ed
commit
e414b3941a
@@ -7,6 +7,7 @@
|
||||
#include <boost/redis/connection.hpp>
|
||||
|
||||
#include <boost/asio/co_spawn.hpp>
|
||||
#include <boost/asio/consign.hpp>
|
||||
#include <boost/asio/detached.hpp>
|
||||
#include <boost/asio/redirect_error.hpp>
|
||||
#include <boost/asio/signal_set.hpp>
|
||||
|
||||
Reference in New Issue
Block a user