Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Composable concurrency primitives for OCaml
CHANGES:
to be transfered (@dinosaure, Outperform the way to consume tasks by domains robur-coop/miou#41)
Option.value
butmatch .. with
to calculate the optional lengthfor
Miou_unix.{read,write}
(@kit-ty-kate, Calculate the default value of Miou_unix.{really_read,read,write} ?len only when necessary robur-coop/miou#44)List.iter
instead ofHashtbl.iter
for internal kept file-descriptorsof
Miou_unix
(@dinosaure, Use List.iter instead of Hashtbl.iter when we scan file-descriptors robur-coop/miou#45)Miou_unix
about suspended syscalls (@dinosaure,@kit-ty-kate, Add a documentation about Unix.file_descr, files, sockets and Miou_unix robur-coop/miou#43)
reraise
(@dinosaure, Provide Miou.reraise robur-coop/miou#46)dom0
and observe if some tasks must be transfered to it(@dinosaure, Fix an issue when we want to transfer a task to dom0 when dom0 is busy with infinite tasks robur-coop/miou#48)
ocamlformat.0.27.0
(@mbarbin, Upgrade ocamlformat to 0.27.0 robur-coop/miou#52)x-maintenance-intent
(@hannesm, add x-maintenance-intent field to the opam file robur-coop/miou#56)odoc
warnings (@mbarbin, Fix (some) odoc warnings robur-coop/miou#53, Semi-automatic cSpell pass to detect typos robur-coop/miou#54)