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
+2 -2
View File
@@ -1,7 +1,7 @@
#ifndef SMO_SUBCONSCIOUS_THREAD_H
#define SMO_SUBCONSCIOUS_THREAD_H
#include <boost/asio/io_service.hpp>
#include <boost/asio/io_context.hpp>
#include <spinscale/co/invokers.h>
#include <spinscale/co/postingPromise.h>
@@ -9,7 +9,7 @@ namespace smo {
struct SubconsciousThreadTag
{
static boost::asio::io_service &io_service();
static boost::asio::io_context &io_context();
};
template <typename T>