package nsq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : ?pool_size:int -> address -> (t, string) Containers.Result.t
val publish : t -> Topic.t -> bytes -> (unit, string) Containers.Result.t Lwt.t
val publish_multi : t -> Topic.t -> bytes list -> (unit, string) Containers.Result.t Lwt.t