package eio-trace

  1. Overview
  2. Docs
type t =
  1. | Thread_wakeup of {
    1. cpu : int;
    2. timestamp : int64;
    3. id : int64;
    4. args : Args.t;
    }
  2. | Unknown of int
OCaml

Innovation. Community. Security.