mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-10 20:48:35 -04:00
perf: detail in core
This commit is contained in:
parent
682c4fd7ce
commit
4534b789ef
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
(* generate random IDs *)
|
(* generate random IDs *)
|
||||||
let rand_ = Random.State.make_self_init ()
|
let rand_ = Random.State.make_self_init ()
|
||||||
|
|
||||||
let[@inline] ( let@ ) f x = f x
|
let ( let@ ) = ( @@ )
|
||||||
|
|
||||||
let default_rand_bytes_8 () : bytes =
|
let default_rand_bytes_8 () : bytes =
|
||||||
let@ () = Lock.with_lock in
|
let@ () = Lock.with_lock in
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue