ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
540 stars 66 forks source link

Rename Ctf to Trace and tidy #634

Closed talex5 closed 10 months ago

talex5 commented 10 months ago

e.g. Ctf.note_read becomes Trace.read.

Also, various unused values have been removed.

This is to make the diff smaller for the runtime events PR (#554).