Async: Add exception bubbling

CONT_SET_EXC: Set exception on the continuation, to be rethrown
	by the caller.
CONT_SET_EXC_AND_RET: Convenience which returns immediately
	after setting the exception.
This commit is contained in:
2025-09-21 14:17:23 -04:00
parent 1e2cc5ef16
commit dbc9569775
2 changed files with 32 additions and 1 deletions
@@ -11,7 +11,6 @@
namespace smo {
template <class OriginalCbFnT>
class SerializedAsynchronousContinuation
: public PostedAsynchronousContinuation<OriginalCbFnT>