
21 Dec
2005
21 Dec
'05
3:55 p.m.
"Christopher Kohlhoff" <chris@kohlhoff.com> wrote in message news:20051221090730.33683.qmail@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.