github ocaml-multicore/eio v0.5
0.5

latest releases: v1.1, v1.0, v0.15...
2 years ago

CHANGES:

New features:

  • Add Eio.Condition (@TheLortex @talex5 #277).
    Allows a fiber to wait for some condition to become true.

  • Add Eio.Net.getaddrinfo and getnameinfo (@bikallem @talex5 #278 #288 #291).
    Convert between host names and addresses.

  • Add Eio.Debug (@talex5 #276).
    Currently, this allows overriding the traceln function.

  • Buf_write.create: make switch optional (@talex5 #283).
    This makes things easier for people porting code from Faraday.

Bug fixes:

  • Allow sharing of libuv poll handles (@patricoferris @talex5 #279).
    Luv doesn't allow two callers to watch the same file handle, so we need to handle that in Eio.

Other changes:

Don't miss a new eio release

NewReleases is sending notifications on new releases.