package netsnmp

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

Module Netsnmp_raw_monad.Netsnmp_io_implSource

Sourcetype 'a t = 'a
include Io_intf.S with type 'a t := 'a t
Sourceval wrap_main_thread : ('a -> 'b) -> 'a -> 'b t
Sourceval wrap_new_thread : ('a -> 'b Io_intf.With_thread_id.t) -> 'a -> 'b t
Sourceval wrap : thread_id:int -> ('a -> 'b) -> 'a -> 'b t
Sourceval wrap_mt : ('a -> 'b) -> 'a -> 'b t
Sourceval bind : 'a t -> f:('a -> 'b t) -> 'b t
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t
Sourceval return : 'a -> 'a t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval (>>|) : 'a t -> ('a -> 'b) -> 'b t
Sourceval gc_finalise : ('a -> unit t) -> 'a -> unit
OCaml

Innovation. Community. Security.