NcEngine
nc::task::ExceptionContext Class Reference

State shared between all tasks in a graph for storing an exception. More...

#include <ExceptionContext.h>

Inheritance diagram for nc::task::ExceptionContext:
nc::StableAddress

Public Member Functions

void StoreException (std::exception_ptr e)
 Store the current exception, if one is not already stored.
 
void ThrowIfExceptionStored ()
 Rethrow an exception caught during task execution, if one was set. More...
 

Detailed Description

State shared between all tasks in a graph for storing an exception.

Member Function Documentation

◆ ThrowIfExceptionStored()

void nc::task::ExceptionContext::ThrowIfExceptionStored ( )
inline

Rethrow an exception caught during task execution, if one was set.

Note
Only call this from the main thread and after the graph has finished.

The documentation for this class was generated from the following file: