$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Can I implement asynchronous and non-blocking socket IO with boost.asio on LINUX?
From: Bjorn Reese (breese_at_[hidden])
Date: 2013-04-14 08:01:45
On 04/14/2013 06:15 AM, Journeyer J. Joh wrote:
> Can I implement asynchronous and non-blocking (overlapped) socket IO
> with boost.asio on LINUX? If so please provide me some information for that.
Yes, see the asynchronous examples in the tutorial:
http://www.boost.org/doc/libs/1_53_0/doc/html/boost_asio/tutorial.html
See also:
http://www.boost.org/doc/libs/1_53_0/doc/html/boost_asio/overview/core/async.html