package opentelemetry-client

  1. Overview
  2. Docs

Module Opentelemetry_client_sync.Io_syncSource

Synchronous IOs, with threads for concurrency

Generic IO with spawn starting a background thread

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