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
Copy file name to clipboardExpand all lines: CHANGES
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,21 @@
23
23
24
24
* Lwt_preemptive.run_in_main_dont_wait to run a function in the main preemptive thread but without waiting for the result. (Kate Deplaix, #960)
25
25
26
+
* Lwt_unix.handle_signal and Lwt_engine.forwards_signal to allow other IO libraries (such as Eio) to share signal handlers. (Thomas Leonard, #993, #991)
27
+
26
28
====== Build ======
27
29
28
30
* Remove unused dependency in dune file. (#969, Kate Deplaix)
29
31
30
32
* Fix some compilation warnings for C stubs with OCaml 5. (#976, Antonin Décimo)
31
33
34
+
====== Fixes ======
35
+
36
+
* Use SA_ONSTACK on OCaml5 to avoid SIGSEGV. (Thomas Leonard, #993, #981)
37
+
38
+
* Fix race in worker loop. (Thomas Leonard, #993, #994)
0 commit comments