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

Don't reduce remaining quota in `current` #217

Closed polytypic closed 2 months ago

polytypic commented 2 months ago

Fiber.current () can be very performance critical. So, it is perhaps better not to make it any more expensive than necessary.