Module Async_unix.File_descr_watcher_intf.Timeout

type 'a t =
| Never : unit t
| Immediately : unit t
| After : Core.Time_ns.Span.t t
val variant_of : a. 'a t ‑> 'a ‑> [ `After of Core.Time_ns.Span.t | `Immediately | `Never ]