green-threads
GREEN-THREADS is a portable library implementing green threads (lightweight, cooperatively multitasked, user threads) in Common Lisp.

License: BSD

Homepage / Repo: https://github.com/deliciousrobots/green-threads

Available via quicklisp:

(ql:quickload "green-threads")


system programming thread concurrency