mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
4 lines
172 B
OCaml
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 *)
|