Module Opentelemetry_client.Generic_io

Generic IO monad.

This factors out some logic between various concurrency frameworks.

module type S = sig ... end
module type S_WITH_CONCURRENCY = sig ... end
module Direct_style : S with type 'a t = 'a