Boost.ASIO: upgrade io_service=>io_context, finally

This commit is contained in:
2026-05-30 11:59:42 -04:00
parent f100764bd8
commit 4266af545a
26 changed files with 91 additions and 90 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ void MarionetteComponent::postJoltHook()
// Register SIGINT (Ctrl+C) and SIGSEGV handlers
signals = std::make_unique<boost::asio::signal_set>(
th->getIoService(), SIGINT);
th->getIoContext(), SIGINT);
signals->async_wait(
[](const boost::system::error_code& ec, int signal)