Amqp_client_eio.Channel
type 'a t
type 'a confirm
val no_confirm : unit confirm
val with_confirm : [ `Ok | `Rejected ] confirm
exception Closed of string
exception Channel_closed of Amqp_client_eio__Spec.Channel.Close.t
val init : sw:Eio.Switch.t -> Connection.t -> 'a confirm -> 'a t