ecl-chanl 0.4.1-1.56e90a1 Portable channel-based concurrency for Common Lisp

Common Lisp library for channel-based concurrency. In a nutshell, you create various threads sequentially executing tasks you need done, and use channel objects to communicate and synchronize the state of these threads.