package oxbow

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

Source file pending_request.ml

1
2
3
4
5
6
open! Oxbow_ipc

type t =
  { body : Request.Body.t
  ; reply : (Yojson.Safe.t option, string) result Eio.Promise.u option
  }