We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0510847 commit d23977fCopy full SHA for d23977f
include/boost/python/eventloop.hpp
@@ -18,8 +18,8 @@ namespace boost { namespace python { namespace asio {
18
class event_loop
19
{
20
public:
21
- event_loop(boost::asio::io_context& ctx):
22
- _strand{ctx}, _created_time{std::chrono::steady_clock::now()}
+ event_loop(boost::asio::io_context::strand& strand):
+ _strand{strand}, _created_time{std::chrono::steady_clock::now()}
23
24
try
25
0 commit comments