package vchan

  1. Overview
  2. Docs
module type CONFIGURATION = sig ... end
module type MEMORY = sig ... end
module type EVENTS = sig ... end
module type ENDPOINT = sig ... end