Skip to content

Commit a1479ff

Browse files
committed
(ditto)
1 parent ea701b1 commit a1479ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flow/util/util_fwd.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ using Thread_id = Thread::id;
135135
using Task_engine = boost::asio::io_context;
136136

137137
/// 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>;
138+
using Strand = Task_engine::strand;
139139

140140
/**
141141
* boost.asio timer. Can schedule a function to get called within a set amount of time or at

0 commit comments

Comments
 (0)