Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHANGES: - Get Lwt and Eio to share the SIGCHLD handler (@talex5 ocaml-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 (@talex5 ocaml-multicore/lwt_eio#21). With io_uring, this will mess up the parent's ring. - Add `Lwt_eio.run_lwt_in_main` (@talex5 ocaml-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 (@talex5 ocaml-multicore/lwt_eio#18).
- Loading branch information