Skip to content

Commit

Permalink
wrap user-defined function exceptions to error messages
Browse files Browse the repository at this point in the history
While library internal code should be kept exception free, users (often using other C/C++ libraries) are free to throw exceptions to indicate rare errors. These exceptions are internally wrapped and passed up the chain to the graph->scheduler. In case the scheduler 'msgOut' is not connected these error messages are in turn converted to exceptions again.

Signed-off-by: Ralph J. Steinhagen <[email protected]>
  • Loading branch information
RalphSteinhagen committed Apr 24, 2024
1 parent a1370f8 commit aaee039
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 150 deletions.
Loading

0 comments on commit aaee039

Please sign in to comment.