17 Sep
2018
17 Sep
'18
1:07 p.m.
Is there a guarantee that the events posted using boost::asio::post() are called in the order of submission or can they be called in any order? Note that I have multiple threads running io_context.run(). Thanks, F