mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-13 05:56:20 -04:00
Add another todo
This commit is contained in:
parent
f038f95e49
commit
1289fe7d5f
1 changed files with 3 additions and 1 deletions
|
|
@ -179,7 +179,9 @@ end
|
||||||
|
|
||||||
(** Batch of resources to be pushed later.
|
(** Batch of resources to be pushed later.
|
||||||
|
|
||||||
This type is thread-safe. *)
|
This type is thread-safe
|
||||||
|
|
||||||
|
TODO: This is NOT safe accross domains. Need to wrap in mutex or re-architect. *)
|
||||||
module Batch : sig
|
module Batch : sig
|
||||||
type 'a t
|
type 'a t
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue