We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea701b1 commit a1479ffCopy full SHA for a1479ff
src/flow/util/util_fwd.hpp
@@ -135,7 +135,7 @@ using Thread_id = Thread::id;
135
using Task_engine = boost::asio::io_context;
136
137
/// Short-hand for boost.asio strand, an ancillary class that works with #Task_engine for advanced task scheduling.
138
-using Strand = boost::asio::strand<Task_engine>;
+using Strand = Task_engine::strand;
139
140
/**
141
* boost.asio timer. Can schedule a function to get called within a set amount of time or at
0 commit comments