nanoev/src/unix/nanoev_unix.mli
Simon Cruanes ca8121d361
more docs
2025-05-21 13:57:42 -04:00

9 lines
250 B
OCaml

(** Nano event loop *)
include module type of struct
include Nanoev
end
val create : unit -> t
(** Create a [Nanoev.t] based on [Unix.select]. This is fairly limited and only
works in processes that have fewer than 1024 FDs open in total. *)