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:
@@ -11,7 +11,6 @@
|
||||
|
||||
namespace smo {
|
||||
|
||||
|
||||
template <class OriginalCbFnT>
|
||||
class SerializedAsynchronousContinuation
|
||||
: public PostedAsynchronousContinuation<OriginalCbFnT>
|
||||
|
||||
Reference in New Issue
Block a user