package dune-rpc

  1. Overview
  2. Docs
type t =
  1. | Waiting
  2. | In_progress of {
    1. complete : int;
    2. remaining : int;
    }
  3. | Failed
  4. | Interrupted
  5. | Success