2
0
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:
Anarthal (Rubén Pérez)
2025-09-27 19:08:19 +02:00
committed by GitHub
parent beab3f69ed
commit e414b3941a
10 changed files with 188 additions and 236 deletions

View File

@@ -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>