unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: "Aleix Conchillo Flaqué" <aconchillo@gmail.com>
To: guile-user <guile-user@gnu.org>
Subject: Fibers 1.2.0 released
Date: Thu, 22 Dec 2022 12:33:33 -0800	[thread overview]
Message-ID: <CA+XASoU2wht+iUnUOu-kb8f1oz+-XchHo6QB-OoWibDwhWL5pQ@mail.gmail.com> (raw)

Hi,

On behalf of the Fibers team, I am excited to announce Fibers 1.2.0.

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

As a major change, this release introduces a new 'libevent' backend which
will allow to easily add Fibers support in different platforms. The first
supported platform is macOS. Thank you Abdulrahman Semrie for starting all
this work and to others who have provided great feedback (and patience!).
Apart from these exciting news this release also fixes multiple issues.

The 1.2.0 tarball can be found here:


https://github.com/wingo/fibers/releases/download/v1.2.0/fibers-1.2.0.tar.gz

Its SHA256 sum is:

  0aefb081767f6f49ecb5146dfe54663c42facf0783181e5bef0a6c8ca8d51043
 fibers-1.2.0.tar.gz

* Changes since 1.1.1

- Add support for 'libevent' backend. Currently only native 'epoll' is
supported. If 'epoll' is not detected we would default to 'libevent'. If
you have 'epoll' but want to try 'libevent' you can always do
'./configure --disable-epoll'.
- Do not re-add FD finalisers on FDs that already have one.
- Introduce 'pipe2' (for 'epoll') and mark wake pipe as O_CLOEXEC.
- Implement operations for waiting for readability / writability.
- Support streaming responses in Fibers' web server to allow for bigger
responses.
- Fix behaviour of 'epoll-wake!' after 'run-fibers'.

Happy Holidays and Happy Hacking!

Aleix


             reply	other threads:[~2022-12-22 20:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-22 20:33 Aleix Conchillo Flaqué [this message]
2022-12-22 21:28 ` Fibers 1.2.0 released Matt Wette
2022-12-23 15:50 ` Dr. Arne Babenhauserheide

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+XASoU2wht+iUnUOu-kb8f1oz+-XchHo6QB-OoWibDwhWL5pQ@mail.gmail.com \
    --to=aconchillo@gmail.com \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).