Subject: [Boost-users] [asio] is the io_context queue FIFO?
From: Frédéric (ufospoke_at_[hidden])
Date: 2018-09-17 13:07:46


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