22 Sep
2021
22 Sep
'21
5:05 p.m.
Am Mi., 22. Sept. 2021 um 16:39 Uhr schrieb Andrzej Krzemienski via Boost < boost@lists.boost.org>:
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.