package riot

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

Module Util.FdSource

Sourcemodule Mode : sig ... end
Sourcetype t
Sourceexception Already_closed of string
Sourceval get : t -> fd option
Sourceval to_int : t -> int
Sourceval make : fd -> t
Sourceval is_open : t -> bool
Sourceval is_closed : t -> bool
Sourceval close : t -> unit
Sourceval use : op_name:string -> t -> (fd -> 'a) -> 'a
Sourceval equal : t -> t -> bool
Sourceval pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.