Skip to content

Releases: fdopen/uwt

0.1.0

02 Mar 17:28
Compare
Choose a tag to compare
  • new functions: Uwt.Stream.writev and Uwt.Fs.writev
  • the opam package will now always use the internal copy of libuv.
  • prepare OCaml 4.05 support
  • internal libuv version updated to 1.11.0

0.0.4

04 Nov 15:27
Compare
Choose a tag to compare
  • API CHANGE: Uwt_error removed. Functions that possibly fail with no-unix error codes will now always return ('a, Uwt.error) result Lwt.t, all other functions will Lwt.fail with Unix_error. Unix.ECANCELED is unfortunately missing, you have to use Uwt.of_unix_error x = Uwt.ECANCELED instead.
  • uwt now compiles with Microsoft Visual Studio (14.0 only)
  • internal libuv version updated to 1.10.0
  • updated lwt.unix compatibility layer

0.0.3

30 Jun 14:43
Compare
Choose a tag to compare

uwt provides OCaml bindings for libuv. The main loop of libuv is integrated into lwt, the light-weight cooperative threads library.

This is mostly a maintaince release:

  • new functions that have recently been added to libuv are now supported
  • the higher level interface that mimics modules from Lwt_unix incorporates the latest upstream changes
  • a few minor bugs have been fixed

uwt is still in an early development stage

0.0.2

13 Jul 11:29
Compare
Choose a tag to compare
cleanup (III)

0.0.1

11 Mar 12:03
Compare
Choose a tag to compare
prepare release