Skip to content

Lwt 2.3.2

Compare
Choose a tag to compare
@aantron aantron released this 20 May 14:28
· 1882 commits to master since this release
  • Add location informations in logs:
    • Allow loggers to get the current location through local storage.
    • Pass current location to logging functions.
    • Pass the current location with the syntax extension.
  • Add Lwt.on_termination.
  • Add Lwt_unix.reinstall_signal_handler.
  • Add Lwt_io.flush_all.
  • Add assert_lwt keyword to the syntax extension.
  • Add Lwt.wrap.
  • Add Lwt_glib.iter and Lwt_glib.wakeup.
  • OCaml 3.13 ready.
  • Allow to compile without libev support.
  • Fix bugs in Lwt_io.
  • Better handling of forks.
  • Fix many problems on Windows.