[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fibers 1.1.1 released
From: |
Dr. Arne Babenhauserheide |
Subject: |
Re: Fibers 1.1.1 released |
Date: |
Sat, 04 Jun 2022 15:33:06 +0200 |
User-agent: |
mu4e 1.6.10; emacs 28.1 |
Aleix Conchillo Flaqué <aconchillo@gmail.com> writes:
> On behalf of the Fibers team, I am excited to announce Fibers 1.1.1.
>
> Fibers is a lightweight concurrency facility for Guile that supports
> non-blocking input and output, millions of concurrent threads, and Concurrent
> ML-inspired communication primitives. For more information, see the web
> version of the manual at:
>
> https://github.com/wingo/fibers/wiki/Manual
> * Changes since 1.1.0
>
> - Always add file descriptors finalizer in (schedule-task-when-fd-active).
> - Do not load 'epoll.so' during cross-compilation.
> - Pass '--target' and '-L' to 'guild compile' when cross-compiling.
> - Do not refer to 'epoll.so'-provided variables at expansion time.
> - Install .go files to …/site-ccache, not …/ccache.
Very cool! Thank you for the release!
I use fibers in dryads wake,¹ and it allowed me to wrap my head around
mapping websockets to standard input and output without running into
concurrency problems, and that’s pretty awesome!
¹: https://dryads-wake.1w6.org
Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
signature.asc
Description: PGP signature
- Fibers 1.1.1 released, Aleix Conchillo Flaqué, 2022/06/04
- Re: Fibers 1.1.1 released,
Dr. Arne Babenhauserheide <=