$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Is there interest in an "iofiber" library?
From: David Sankel (camior_at_[hidden])
Date: 2019-01-04 23:15:56
On Wed, Jan 2, 2019, 6:47 AM VinÃcius dos Santos Oliveira via Boost <
boost_at_[hidden] wrote:
> I have written a completion token for Boost.Asio that is a little more
> advanced than plain ASIO's spawn featuring abstractions such as join(),
> detach() and even interrupt().
>
> I'd like to know if there is interest in seeing this library merged as part
> of Boost.
>
This may be a dumb question, but could ASIO's stackful coroutine completion
token be extended to have the functionality you need?