mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
7 lines
145 B
OCaml
7 lines
145 B
OCaml
module Atomic = Opentelemetry_atomic.Atomic
|
|
|
|
let[@inline] ( let@ ) f x = f x
|
|
|
|
let spf = Printf.sprintf
|
|
|
|
let tid () = Thread.id @@ Thread.self ()
|