You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CHANGES:
- Get Lwt and Eio to share the SIGCHLD handler (@talex5ocaml-multicore/lwt_eio#19).
Otherwise, Lwt replaces Eio's handler and may prevent Eio from noticing child processes finishing.
- Don't allow cancelling things after forking (@talex5ocaml-multicore/lwt_eio#21).
With io_uring, this will mess up the parent's ring.
- Add `Lwt_eio.run_lwt_in_main` (@talex5ocaml-multicore/lwt_eio#20).
This is useful if your program uses multiple Eio domains and you want to run some Lwt code from any of them.
- Fix some Eio deprecation warnings (@talex5ocaml-multicore/lwt_eio#18).
0 commit comments