mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
New release
This commit is contained in:
parent
098ab9b24e
commit
adeb89efd7
1 changed files with 15 additions and 0 deletions
15
_posts/2019-07-07-Released-Cyclone-Scheme-0.11.2.md
Normal file
15
_posts/2019-07-07-Released-Cyclone-Scheme-0.11.2.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Released Cyclone Scheme 0.11.2
|
||||||
|
excerpt: This release provides a new concurrency library and bug fixes to SRFI 18.
|
||||||
|
---
|
||||||
|
|
||||||
|
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.
|
||||||
|
- 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
|
||||||
|
|
||||||
|
- Fixed `thread-join!` to wait properly both for running threads and new threads that have not yet been started.
|
Loading…
Add table
Reference in a new issue