Module Async_kernel_config.File_descr_watcher

type t =
  1. | Epoll_if_timerfd
  2. | Epoll
  3. | Select
  4. | Io_uring
val sexp_of_t : t -> Sexplib0.Sexp.t