Thomas Leonard c4d19d5495 Move Eio_null to Eio_mock.Backend
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.
2022-06-25 22:14:37 +01:00

5 lines
81 B
Plaintext

(library
(name eio_mock)
(public_name eio.mock)
(libraries eio eio.utils))