$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2021-09-22 17:05:33
Am Mi., 22. Sept. 2021 um 16:39 Uhr schrieb Andrzej Krzemienski via Boost <
boost_at_[hidden]>:
> Either I decide to use function callbacks, and in this case I will use
> reference counting (or apply a very clever trick), or I will use C++
> coroutines.
>
You could use boost::asio:spawn() (stackful coroutines/fibers) too and
write async code that looks sequential.