package protocol-9p

  1. Overview
  2. Docs

Parameters

module FLOW : V1_LWT.FLOW

Signature

type t

A buffered 9P message reader over a FLOW

val create : FLOW.flow -> t

Construct a buffered 9P message reader over a FLOW

Return the unmarshalled body of the next message read from the flow, without the initial length field.