Document futures

This commit is contained in:
Justin Ethier 2019-06-27 18:57:55 -04:00
parent f257c78aba
commit e8b5facc13

View file

@ -4,7 +4,7 @@
Features
- Added a new library `(cycone concurrent)` with support for atomics, immutability, and shared objects.
- Added a new library `(cycone concurrent)` with support for atomics, futures, immutability, and shared objects.
- Relocated existing libraries to `(cyclone match)` and `(cyclone test)`.
- Extended `mutex-lock!` to support an optional `timeout` parameter, per the SRFI 18 spec.