package amqp-client-async

  1. Overview
  2. Docs

This method commits all message publications and acknowledgments performed in the current transaction. A new transaction starts immediately after a commit.

type t = unit
val init : unit -> unit
val request : (Framing.t * Framing.channel_no) -> unit -> unit Thread.Deferred.t