Revised 0.11.2 section

This commit is contained in:
Justin Ethier 2019-07-03 19:11:24 -04:00
parent 167b0ba520
commit 66c9355951

View file

@ -4,7 +4,7 @@
Features
- Added a new library `(cycone concurrent)` with support for atomics, futures, immutability, and shared objects.
- Added a new library `(cycone concurrent)` with support for atomics, futures, immutability, shared objects, shared queues, and thread pools. Overall the goal is to make it much easier to write multithreaded programs using Cyclone.
- Relocated existing libraries to `(cyclone match)` and `(cyclone test)`.
- Extended `mutex-lock!` to support an optional `timeout` parameter, per the SRFI 18 spec.