Parameter Make.Sender

module IO : IO with type 'a t = 'a IO.t
type t

Sender state

type config
val create : config:config -> unit -> t
val cleanup : t -> unit

Cleanup resources once we are done. The sender cannot be used anymore after this is called on it