cl-threadpool
2024-10-12
Implementation of a thread pool
Upstream URL
Author
Oliver <frechmatz@gmx.de>
Maintainer
Oliver <frechmatz@gmx.de>
License
MIT
cl-threadpool
A thread pool implemented in Common Lisp. Thread pools consist of a bunch of worker threads and a job queue.
The documentation can be found in the docs
directory or at the project
site.