cl-threadpool
2024-10-12
Implementation of a thread pool
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.