package oxbow

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

Module Ipc.Subscriber

type t = {
  1. kinds : Oxbow_ipc.Record.t list;
  2. output : string option;
  3. mutable pending : ((Oxbow_ipc.Record.t * string) * string) list;
  4. wake : Eio.Condition.t;
}