Asyncpal API Reference
December 2, 2024 ยท View on GitHub
Here are modules that make up Asyncpal:
asyncpal.__init__
All public Classes, Functions, and Constants
asyncpal.errors.__init__
Errors raised by the library
asyncpal.future.__init__
In this module are defined the Future and the FutureFilter classes as well as the wait, collect, and as_done functions
asyncpal.misc.__init__
Misc functions and classes.
asyncpal.pool.__init__
The abstract base class for all pools is defined here, as well as the GlobalShutdown class.
asyncpal.pool.processpool
ProcessPool, SingleProcessPool, DualProcessPool, TripleProcessPool, and QuadProcessPool are defined here
asyncpal.pool.threadpool
ThreadPool, SingleThreadPool, DualThreadPool, TripleThreadPool, and QuadThreadPool are defined here