mirror of
https://github.com/ocaml-multicore/eio.git
synced 2025-12-07 00:01:52 -05:00
It can be useful for tests to be able to run an event loop without having to depend on eio_main. Also, replace the inefficient list-based queue with a proper Lf_queue.
5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
(library
|
|
(name eio_mock)
|
|
(public_name eio.mock)
|
|
(libraries eio eio.utils))
|