mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-13 06:21:03 -05:00
8 lines
176 B
OCaml
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). *)
|