package osc-lwt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : Lwt_unix.sockaddr -> int -> t Lwt.t
val destroy : t -> unit Lwt.t
val recv : t -> (Osc.Types.packet * Lwt_unix.sockaddr, [ `Missing_typetag_string | `Unsupported_typetag of char ]) Result.result Lwt.t