ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
559 stars 72 forks source link

Minor code cleanups #755

Closed talex5 closed 2 months ago

talex5 commented 2 months ago

Remove cstruct and domain-local-await dependencies from eio.core. Cstruct wasn't used at all, and it makes more sense to have Dla in eio.utils (shared utilities for backends).