Releases: fdopen/uwt
Releases · fdopen/uwt
0.1.0
0.0.4
- 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 willLwt.fail
withUnix_error
.Unix.ECANCELED
is unfortunately missing, you have to useUwt.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
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