ocaml-multicore / picos

Interoperable effects based concurrency
https://ocaml-multicore.github.io/picos/doc/picos/index.html
ISC License
86 stars 3 forks source link

Add `lastly` as a safer alternative to `Fun.protect` #285

Closed polytypic closed 1 month ago

polytypic commented 1 month ago

The problem with Fun.protect is that it doesn't forbid cancelation propagation.