All releases tagged Stable


Release Notes: In this release, asynchronous messages for coroutines are managed using deque (instead of lists in earlier versions) for improved performance. AsyncChannel and SyncChannel have been renamed to Channel and UnbufferedChannel.


Release Notes: This release adds support for distributing files (useful for distributed programming) and changes the license to the MIT License.


Release Notes: This release fixes deadlock issues with the "Condition" locking primitive.


Release Notes: This release improves support for distributed coroutines, channels, and monitoring coroutines, and adds examples to illustrate some of the features.