Initial value:
if (ePtr)
{
try
{
}
{
throw;
}
catch (...)
{
JLOG(
debugLog().warn()) <<
"Spawn exception: Unknown";
throw;
}
}
}
beast::Journal debugLog()
Returns a debug journal.
T rethrow_exception(T... args)
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.
- Parameters
-
| ePtr | The exception that was caught on the coroutine |
Definition at line 30 of file Spawn.h.