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
Before installing a signal handler, Lwt now checks first with the
engine, which may now prevent Lwt from installing its handler and
instead forward signals from some external handler.
This allows e.g. sharing the SIGCHLD handler with Eio.
0 commit comments