luminal.errors.threads
Module Contents
- exception NoThreadsFoundError(*args)
Bases:
ExceptionError raised when no threads are available to run.
Examples
>>> raise NoThreadsFoundError("No threads available to run.")
- Parameters:
args (object) –
- exception ThreadManagerAlreadyRunningError(*args)
Bases:
ExceptionError raised when a thread manager is already running.
Examples
>>> raise ThreadManagerAlreadyRunningError("Thread manager already running!")
- Parameters:
args (object) –