Module Async_extra__.Udp.Loop_result

type t =
| Closed
| Stopped
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
val compare : t ‑> t ‑> int
val of_fd_interruptible_every_ready_to_result_exn : (__Core.Iobuf.t option ‑> string ‑> 'a ‑> ('a ‑> Async_extra__.Import.Sexp.t) ‑> [ `Bad_fd | `Closed | `Unsupported | `Interrupted ] ‑> t

As the name implies, this is useful for other modules that want to compatibly convert the result of Fd.interruptible_ready_to to a loop result or exception.