package tube

  1. Overview
  2. Docs
Typesafe abstraction on top of Lwt_io channels

Install

dune-project
 Dependency

Authors

Maintainers

Sources

4.4.0.tar.gz
sha256=58d5a8775d6ccd2752d4fdacb12be8f86c4efa769c4755cc05b43782f31efefd
md5=65e17606d445d517aad1f912daca4d88

doc/tube/Tube/CharPipe/index.html

Module Tube.CharPipeSource

Sourcetype t = char
Sourcetype reader
Sourcetype writer
Sourceval create : unit -> reader * writer
Sourceval write : t -> writer -> unit Lwt.t
Sourceval write_with_pushback : t -> writer -> unit Lwt.t
Sourceval read : reader -> t Lwt.t