package async_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Gives stats about system IO usage.

type t
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val create : unit -> t
val update : t -> kind:Fd.Kind.t -> bytes:Core.Int63.t -> unit
val total : t -> Core.Int63.t
val get : t -> kind:Fd.Kind.t -> Core.Int63.t