Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val post_with_time : t -> string -> Msgpack.Serialize.t -> int64 -> bool
val post : t -> string -> Msgpack.Serialize.t -> bool
val release : t -> unit
val create_with_sender :
?bufsize:int ->
?conn_timeout:int ->
< close : unit ; write : string -> int -> int -> int option > ->
t
val create_for_inet :
?bufsize:int ->
?conn_timeout:int ->
?host:string ->
?port:int ->
unit ->
t
val create_for_unix : ?bufsize:int -> ?conn_timeout:int -> string -> t
val create :
?bufsize:int ->
?conn_timeout:int ->
?host:string ->
?port:int ->
unit ->
t