$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Boris Schäling (boris_at_[hidden])
Date: 2002-11-25 15:57:38
> -----Original Message-----
> From: boost-bounces_at_[hidden]
> [mailto:boost-bounces_at_[hidden]]On Behalf Of Markus Schöpflin
> Sent: Monday, November 25, 2002 11:30 AM
> To: boost_at_[hidden]
> Subject: [boost] Re: Sockets
> [...]
> - How do you wait for more than just socket events? Thread conditions,
> window messages, ...
This could be done by a multiplexing library (similar to
WaitForMultipleObjects() in Windows).
Boris