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,7 +1,7 @@
#ifndef SMO_MARIONETTE_THREAD_H
#define SMO_MARIONETTE_THREAD_H
#include <boost/asio/io_service.hpp>
#include <boost/asio/io_context.hpp>
#include <spinscale/co/invokers.h>
#include <spinscale/co/postingPromise.h>
@@ -10,7 +10,7 @@ namespace mrntt {
struct MrnttThreadTag
{
static boost::asio::io_service &io_service() noexcept;
static boost::asio::io_context &io_context() noexcept;
};
template <typename T>