Exceptions During the Execution of the Worker

Learn how to handle exceptions during the execution of the worker.

As you have seen in the previous chapter, the facilities of the std.parallelism module automatically catch exceptions that have been thrown during the execution of tasks and rethrow them in the context of the owner. This allows the owner to catch such exceptions:

Get hands-on with 1200+ tech skills courses.