Clio develop
The XRP Ledger API server.
|
A completion handler that restores boost::asio::spawn
's behaviour from Boost 1.83.
More...
#include <Spawn.hpp>
Public Member Functions | |
void | operator() (std::exception_ptr ePtr) |
The completion handler. | |
A completion handler that restores boost::asio::spawn
's behaviour from Boost 1.83.
This is intended to be passed as the third argument to boost::asio::spawn
so that exceptions are not ignored but propagated to io_context.run()
call site.
|
inline |
The completion handler.
ePtr | The exception that was caught on the coroutine |