package opentelemetry-client

  1. Overview
  2. Docs

Source file io_sync.ml

1
2
3
4
5
include Generic_io.Direct_style

let sleep_s = Thread.delay

let[@inline] spawn f = ignore (Util_thread.start_bg_thread f : Thread.t)