mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
5 lines
134 B
OCaml
5 lines
134 B
OCaml
include Generic_io.Direct_style
|
|
|
|
let sleep_s = Thread.delay
|
|
|
|
let[@inline] spawn f = ignore (Util_thread.start_bg_thread f : Thread.t)
|