
9 Sep
2010
9 Sep
'10
4:02 p.m.
On 08/09/10 16:59, Yakov Galka wrote:
1) Boost.Asio doesn't support native OS message queue (correct me if I'm wrong). 2) Event handling in GUI is not necessarily asynchronous. It's more on how to design the message passing from one component to the other in an extensible way with some additional requirements.
Boost.Asio has a work queue where you can post arbitrary work.