pyrseus.executors.nocatch¶

Provides a simple serial executor that does not capture exceptions in submitted futures. This is primarily useful for troubleshooting when one wants to enter a debugger as early and as easily as possible.

Classes