Document mutex-lock timeout param

This commit is contained in:
Justin Ethier 2019-06-24 19:03:51 -04:00
parent a14d3efe80
commit b5f526c2eb

View file

@ -6,6 +6,7 @@ Features
- Added a new library `(cycone concurrent)` with support for atomics, 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.
Bug Fixes