caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Lwt 2.3.0 released
@ 2011-04-16  9:34 Jérémie Dimino
  2011-04-16 11:47 ` David Rajchenbach-Teller
  0 siblings, 1 reply; 4+ messages in thread
From: Jérémie Dimino @ 2011-04-16  9:34 UTC (permalink / raw)
  To: caml-list

Hello,

The Lwt team is pleased to announce the release of Lwt 2.3.0. You can
download it at:

  http://ocsigen.org/lwt/install

This release introduces a new customizable system of engines which
allows users to replace the unix engine which use libev or Unix.select
by default and ease the integration of external libraries such as
ocamlnet.

There was also a lot of improvements for Windows.

Here is a list of changes from the previous version (2.2.1):

  * Add an extensible system of engines to:
    ** allow the user to replace libev by another event system, such
       as select
    ** allow easier integration of external libraries supporting
       asynchronous operations
  * Lots of improvements for windows:
    ** use the ocaml select instead of libev by default on windows
    ** make asynchronous operations on non-socket file descriptors
       such as pipes to work
    ** make glib integration to work
  * Better use of engines in Lwt_unix: now events are cached to minimize
    the amount of calls to epoll_ctl
  * Use an eventfd when possible for notifications for faster delivery
  * Add modules:
    ** Lwt_sys: allow to test availability of extra features
    ** Lwt_react: replace Lwt_event and Lwt_signal
  * Allow to configure logging rules at runtime in Lwt_log
  * Add match_lwt and while_lwt to the syntax extension
  * Fixes:
    ** syntax extension: handle "lwt ... = ... in ..." at toplevel
    ** make the notification system fork-proof
    ** fix an issue with stubs not raising correctly exceptions

Enjoy!

-- 
Jérémie Dimino, on behalf of the Lwt team

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

end of thread, other threads:[~2011-04-16 11:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-16  9:34 [Caml-list] [ANN] Lwt 2.3.0 released Jérémie Dimino
2011-04-16 11:47 ` David Rajchenbach-Teller
2011-04-16 11:48   ` Joel Reymont
2011-04-16 11:52     ` David Rajchenbach-Teller

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 NNTP newsgroup(s).