auto Guard(ExceptionContext &context, F &&func)
Wrap a callable in a try-catch targeting a TaskGraph's ExceptionContext.
Definition: ExceptionContext.h:63
State shared between all tasks in a graph for storing an exception.
Definition: ExceptionContext.h:18
void StoreException(std::exception_ptr e)
Store the current exception, if one is not already stored.
Definition: ExceptionContext.h:21
void ThrowIfExceptionStored()
Rethrow an exception caught during task execution, if one was set.
Definition: ExceptionContext.h:36