28 Nov
2021
28 Nov
'21
1:27 p.m.
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().
The provided link points to the docs. Is there an associated source code? Or are you just checking if there is sufficient interest?
Oh, I forgot the link: https://github.com/olk/spawn
The "Effects" clause of the third overload has " on behalf of spawned spawn", which is supposed to be " on behalf of spawned fiber", I guess.
right regards, Oliver