mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
8 lines
162 B
OCaml
8 lines
162 B
OCaml
module Atomic = Opentelemetry_atomic.Atomic
|
|
include Opentelemetry.Lock
|
|
|
|
let spf = Printf.sprintf
|
|
|
|
let ( let@ ) = ( @@ )
|
|
|
|
let tid () = Thread.id @@ Thread.self ()
|