$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Eugene Alterman (eugalt_at_[hidden])
Date: 2005-12-21 10:55:35
"Christopher Kohlhoff" <chris_at_[hidden]> wrote in message
news:20051221090730.33683.qmail_at_web32603.mail.mud.yahoo.com...
> For asynchronous operations, the fact that a demultiplexer is
> used is an implementation detail. The public interface of asio
> does not prohibit an implementation that uses, say, a thread per
> operation.
Does it make any difference?
Thread completion still needs to be demultiplexed.