unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Fibers 1.1.1 released
@ 2022-06-04  4:20 Aleix Conchillo Flaqué
  2022-06-04 13:33 ` Dr. Arne Babenhauserheide
  0 siblings, 1 reply; 2+ messages in thread
From: Aleix Conchillo Flaqué @ 2022-06-04  4:20 UTC (permalink / raw)
  To: guile-user, guile-devel

[-- Attachment #1: Type: text/plain, Size: 1167 bytes --]

Hi,

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

This is a bug fix release that fixes an important bug that was causing
tasks waiting on a file descriptor to not be executed in certain cases.
Thank you Ludo for the fix!

The 1.1.1 tarball can be found here:


https://github.com/wingo/fibers/releases/download/v1.1.1/fibers-1.1.1.tar.gz

Its SHA256 sum is:

  597daf696260b5df1ec3ba771d66f4b8858112c1136250b07aaa8099c0c8b351  fibers
-1.1.1.tar.gz

* 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.

Happy Hacking!

Aleix

[-- Attachment #2: Type: text/html, Size: 3619 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fibers 1.1.1 released
  2022-06-04  4:20 Fibers 1.1.1 released Aleix Conchillo Flaqué
@ 2022-06-04 13:33 ` Dr. Arne Babenhauserheide
  0 siblings, 0 replies; 2+ messages in thread
From: Dr. Arne Babenhauserheide @ 2022-06-04 13:33 UTC (permalink / raw)
  To: Aleix Conchillo Flaqué; +Cc: guile-user, guile-devel

[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]


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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-04 13:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-04  4:20 Fibers 1.1.1 released Aleix Conchillo Flaqué
2022-06-04 13:33 ` Dr. Arne Babenhauserheide

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).