threading-queue
threading-queue is a CL macro to distribute work on several threads, feeding the data via thread-safe-queues over several steps.

See github for the source.

The idea is related to Perl6 feed operators, see eg. this Perl6 Advent Post.


thread concurrency