package openflow

  1. Overview
  2. Docs
type 'a t
val of_pushed_stream : 'a Lwt_stream.t -> ('a option -> unit) -> 'a t
val create : unit -> 'a t
val send : 'a -> 'a t -> unit Lwt.t
val recv : 'a t -> 'a Lwt.t
val to_stream : 'a t -> 'a Lwt_stream.t