mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 15:27:36 +02:00
Incorporate Arthur's fix from master
This commit is contained in:
parent
adeb89efd7
commit
aa85b80881
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ excerpt: This release provides a new concurrency library and bug fixes to SRFI 1
|
|||
|
||||
Features
|
||||
|
||||
- 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.
|
||||
- Added a new library `(cyclone 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