mirror of
https://github.com/boostorg/asio.git
synced 2026-02-26 02:42:08 +00:00
Fix the arguments to select_reactor::run.
This commit is contained in:
@@ -310,7 +310,7 @@ void select_reactor::run_thread()
|
||||
{
|
||||
lock.unlock();
|
||||
op_queue<operation> ops;
|
||||
run(true, ops);
|
||||
run(-1, ops);
|
||||
scheduler_.post_deferred_completions(ops);
|
||||
lock.lock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user