package amqp-client-async

  1. Overview
  2. Docs

This method sets the channel to use publisher acknowledgements. The client can only use this method on a non-transactional channel.

type t = {
  1. nowait : no_wait;
}
val init : nowait:no_wait -> unit -> t
val request : (Framing.t * Framing.channel_no) -> t -> unit Thread.Deferred.t