mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Prepping for 0.11.2 release
This commit is contained in:
parent
f405f5ef39
commit
3f4dd1220b
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## 0.11.2 - TBD
|
||||
## 0.11.2 - July 7, 2019
|
||||
|
||||
Features
|
||||
|
||||
- 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.
|
||||
- Added a new library `(cycone concurrent)` with support for atomics, futures, shared queues, and thread pools. As well as helpers for immutability and shared objects. Overall the goal is for this library 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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue