ocaml-opentelemetry/src/client/sync/io_sync.mli
Simon Cruanes 3dfbd14508
doc
2026-01-20 00:15:27 -05:00

4 lines
172 B
OCaml

(** Synchronous IOs, with threads for concurrency *)
include Generic_io.S_WITH_CONCURRENCY with type 'a t = 'a
(** Generic IO with [spawn] starting a background thread *)