$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Thoughts for a GUI (Primitives) Library
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-09-09 12:02:34
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.