Message_templates_lwt.Lwt_sinkLwt sink interface and utilities
Lwt sink interface - async sink signatures for Lwt
module type S = sig ... endLwt sink signature
module Sync_to_lwt (S : Message_templates.Sink.S) : S with type t = S.tConvert a sync sink to an Lwt sink
type sink_fn = {emit_fn : Message_templates.Log_event.t -> unit Lwt.t;flush_fn : unit -> unit Lwt.t;close_fn : unit -> unit Lwt.t;}Composite Lwt sink for multiple sinks