$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio] How to deal with no-connect and/or read-timeout
From: Nat Linden (nat_at_[hidden])
Date: 2013-06-26 16:13:27
On Wed, Jun 26, 2013 at 10:39 AM, Arash Partow <arash_at_[hidden]> wrote:
> On 26/06/2013 7:11 PM, Bjorn Reese wrote:
>> Could you provide some guidance about the pros and cons of
>> Context versus Fiber versus Coroutine so that we are in a better
>> position to select the appropriate module?
> Not guidance per se but here's a nice example:
>
> https://github.com/chriskohlhoff/asio/blob/master/asio/src/examples/cpp11/spawn/echo_server.cpp
It's an asio example, but doesn't address the question about Context,
Coroutine or Fiber.