chanl icon indicating copy to clipboard operation
chanl copied to clipboard

Portable channel-based concurrency for Common Lisp

Results 3 chanl issues
Sort by recently updated
recently updated
newest added

The current test framework is quite reasonable, and what is lacking is: * deployment to one of the Continuous Integration services, preferably Travis-CI.org since that one is familiar, and already...

bug
enhance

The current implementation of the `select` statement is not blocking, which means that if no channel is ready it will loop actively until a channel unlocks, which hogs a CPU...

enhance

Someone posted a program to [Reddit](https://www.reddit.com/r/lisp/comments/3rlyxu/is_it_chanl_problems_please_help_this_test/cwqtzi3) that deadlocks when using `CHANL`. I spent a bit of time looking into it. I think I see why it deadlocks. The deadlock looks...

bug