nanoev/src/posix/nanoev_posix.mli
2025-05-01 11:41:07 -04:00

8 lines
176 B
OCaml

(** Nano event loop using Poll/Ppoll *)
include module type of struct
include Nanoev
end
val create : unit -> t
(** Create a new nanoev loop using [Iomux] (poll/ppoll). *)