Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Caml-list] [ANN] Lwt 2.1.0 released

1 view
Skip to first unread message

Stéphane Glondu

unread,
Apr 19, 2010, 3:03:37 PM4/19/10
to caml-list, ocs...@sympa.mancoosi.univ-paris-diderot.fr
Hello,

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

http://ocsigen.org/lwt/install

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

* Rename Lwt.select to Lwt.pick
* Removing module Lwt_monitor in favour of Lwt_mutex and
new module Lwt_condition
* More react helpers:
- Lwt_event.next
- Lwt_event.limit and Lwt_signal.limit
- Lwt_event.from
* Adding function Lwt_main.fast_yield
* Adding unit tests
* Optimisation of Lwt
* Adding module Lwt_log for logging
* Adding a camlp4 filter for remmoving logging statement or inlining
tests
* Adding module Lwt_daemon
* Adding function Lwt_unix.recv_msg and Lwt_unix.send_msg
* Adding function Lwt_unix.wait4
* Adding function Lwt_io.establish_server
* Adding module Lwt_list
* Enhancement in Lwt_process, it now support redirections and
timeouts
* Allow to use select on arbitrary high file descriptors
* More commands and features in Lwt_read_line:
- Handle "undo" command
- New controlable read-lines instances
- More edition commands
- Completion as you type
- Backward search
* Enhancement in Lwt_term: more drawing functions and allow to
put the terminal into drawing mode
* Optimisation of Lwt_stream
* Optimisation of Lwt_io.write_char and Lwt_io.read_char
* Bugfix of Lwt_stream: two parallel Lwt_stream.get
returned the same value
* Bugfix in Lwt_unix.connect: it returned immediatly on EINPROGRESS
* Bugfixes in Lwt_glib: file descriptors were not monitored correctly


Enjoy!

--
Stéphane Glondu, on behalf of the Lwt team

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

0 new messages