Up
Module
Timeout
Signature
type
'a t =
| Never : unit
t
| Immediately : unit
t
| After :
Core.Std.Time_ns.Span.t
t
val
variant_of : 'a . 'a
t
-> 'a -> [
| `After
of
Core.Std.Time_ns.Span.t
| `Immediately
| `Never
]