ocaml-multicore / eio

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

eio.mock: auto-advancing mock clock #644

Closed talex5 closed 9 months ago

talex5 commented 9 months ago

The clock advances automatically when the run queue is empty, as discussed in https://github.com/ocaml-multicore/eio/pull/584#discussion_r1313985513.

Requested by @SGrondin.