package picos

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

Module Picos_rcSource

External reference counting tables for disposable resources.

Sourcemodule type Resource = sig ... end

A resource that must be explicitly disposed.

Sourcemodule type S = sig ... end

An externally reference counted resource.

Sourcemodule Make (Resource : Resource) () : S with module Resource = Resource

Creates a new external reference counting table for a resource type.

OCaml

Innovation. Community. Security.