package async_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
type t = (module S)
val sexp_of_t : (module S) -> Sexplib.Sexp.t