Opentelemetry_client_lwt.Io_lwt
include Opentelemetry_client.Generic_io.S_WITH_CONCURRENCY with type 'a t = 'a Lwt.t
include Opentelemetry_client.Generic_io.S with type 'a t = 'a Lwt.t
type 'a t = 'a Lwt.t
val return : 'a -> 'a t
val (let*) : 'a t -> ('a -> 'b t) -> 'b t
val protect : finally:(unit -> unit t) -> (unit -> 'a t) -> 'a t
val sleep_s : float -> unit t
val spawn : (unit -> unit t) -> unit