package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. plugin_state : plugin_state;
  2. shutdown : unit -> unit;
  3. wait_for_shutdown : unit Core.Or_error.t Async.Deferred.t;
}