package dap

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

Module Threads_command.ResultSource

Sourcetype t = {
  1. threads : Thread.t list;
    (*

    All threads.

    *)
}
Sourceval make : ?threads:Thread.t list -> unit -> t
Sourceval to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.