package mirage-net-direct

  1. Overview
  2. Docs
type mgr
type src
type dst
type msg
val recv : mgr -> src -> (dst -> msg -> unit Lwt.t) -> unit Lwt.t
val send : mgr -> ?src:src -> dst -> msg -> unit Lwt.t