mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
move Util_mutex to client
This commit is contained in:
parent
a0738e59c2
commit
370c2a78d0
5 changed files with 3 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ module Q : sig
|
|||
number of items that could not be pushed, and [old_size] is the size
|
||||
before anything was pushed. *)
|
||||
end = struct
|
||||
module UM = Opentelemetry_util.Util_mutex
|
||||
module UM = Util_mutex
|
||||
|
||||
type 'a t = {
|
||||
mutex: Mutex.t;
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
opentelemetry.proto
|
||||
opentelemetry.domain
|
||||
pbrt
|
||||
threads.posix
|
||||
mtime
|
||||
mtime.clock.os)
|
||||
(synopsis
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
module UM = Opentelemetry_util.Util_mutex
|
||||
module UM = Util_mutex
|
||||
|
||||
type 'a t = {
|
||||
mutex: Mutex.t;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue