package lwt_eio
Run Lwt code within Eio
Install
dune-project
Dependency
Authors
Maintainers
Sources
lwt_eio-0.3.tbz
sha256=dda4d92cef045b37c4fe5d0475766f5dbffd3813033abd3e668f64a2209d2c5f
sha512=885074d53b4ccc33744cc711ce74e46182a91e730dc222a7c6e08855034cd68cc2c5f4c23ac5dd19aa9d2c8948e5423abc45822d7f54a7d600fe6e0e36977322
doc/CHANGES.html
v0.3
- Restore the old Lwt engine after finishing (@talex5 #16, reported by @tmcgilchrist).
- Use
run_lwtin documentation (@talex5 #13). - Update for Eio deprecations (@talex5 #12 #14).
v0.2
- Add some tests and documentation of the internals (@talex5 #9).
Bridge Eio and Lwt cancellation (@talex5 #8).
- Cancelling a
run_lwtFiber cancels the Lwt promise. - Cancelling a
run_eiopromise cancels the Eio fiber.
- Cancelling a
- Add
run_lwtfor consistency withrun_eioand Async_eio (@talex5 #8). - Add
Lwt_eio.Token.ttoken to ensure library is initialised (@talex5 #5).with_event_loopnow passes aLwt_eio.Token.tto its callback. - Update to Eio 0.2 (@talex5 #4). Eio 0.2 renamed "fibre" to "fiber". This fixes the deprecation warning.
v0.1
- Initial release.