Simple thread pool using the async library.
Construct the thread pool.
Optional
maximum number of threads in the pool (default 1)
Protected
Await all functions to complete.
resolves when all functions complete
Submit an asynchronous function to run using the thread pool.
asynchronous function to run with the thread pool
resolves when the function completes execution
Generated using TypeDoc
Simple thread pool using the async library.