28 Nov
2021
28 Nov
'21
4:34 p.m.
On 11/28/21 16:27, Oliver Kowalke via Boost wrote:
Is Boost.Spawn intended to be useful on its own, or is it only usable in Boost.ASIO?
It can only be used with boost .asio (or with the forthcoming C++ std::io_context). The lib is intended to replace the boost::asio:::spawn().
In this case why should it be a separate library and not just part of Boost.ASIO? What would be the value for Boost users or other Boost libraries?