Module LO.Server

module Server: sig .. end

type t 
val create : int -> (string -> LO.Message.data array -> unit) -> t
val recv : t -> unit