From aa85b80881128549c6e0bc1c6a66304b6fb43b46 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 10 Jul 2019 09:50:06 -0400 Subject: [PATCH] Incorporate Arthur's fix from master --- _posts/2019-07-07-Released-Cyclone-Scheme-0.11.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2019-07-07-Released-Cyclone-Scheme-0.11.2.md b/_posts/2019-07-07-Released-Cyclone-Scheme-0.11.2.md index 50ec0def..7a4c04ff 100644 --- a/_posts/2019-07-07-Released-Cyclone-Scheme-0.11.2.md +++ b/_posts/2019-07-07-Released-Cyclone-Scheme-0.11.2.md @@ -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.