ocaml-multicore / eio

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

Deprecation cleanups #508

Closed talex5 closed 1 year ago

talex5 commented 1 year ago

This PR removes all APIs that were all already marked as deprecated in Eio 0.8.

It also makes Fiber.fork_sub deprecated. Originally, you needed the parent switch to create the child one, but that happens automatically now, so we don't need a special function for this.