
[ANN] Miou, a simple scheduler for OCaml 5
I am delighted to announce the release of miou.0.6.0. This release mainly adds two new features: a Miou event logging system a new Miou.take function allowing you to retrieve tasks available in a Miou.orphans The addition of a logging system allows us to record events related to Miou (such as the creation of a new task) and to analyse these events to diagnose a Miou application that does not comply with our fundamental rules (such as never forgetting its children). This is why we offer severa...

