From 765873d9bc41611ea5e5b20004af663e5341eb42 Mon Sep 17 00:00:00 2001 From: c-cube Date: Tue, 3 Mar 2026 13:50:13 +0000 Subject: [PATCH] deploy: 3b8fc8977680b47f5f5b1c43e40fc56efaf35962 --- trace/Trace_thread_local_storage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace/Trace_thread_local_storage/index.html b/trace/Trace_thread_local_storage/index.html index c74bf68..ce6ba21 100644 --- a/trace/Trace_thread_local_storage/index.html +++ b/trace/Trace_thread_local_storage/index.html @@ -1,2 +1,2 @@ -Trace_thread_local_storage (trace.Trace_thread_local_storage)

Module Trace_thread_local_storage

use thread-local-storage to store ambient spans.

This doesn't work with cooperative concurrency (Eio, Lwt, etc) but is fine in a threaded context.

Key to access the current span

val setup : unit -> unit

Install the provider

+Trace_thread_local_storage (trace.Trace_thread_local_storage)

Module Trace_thread_local_storage

use thread-local-storage to store ambient spans.

This doesn't work with cooperative concurrency (Eio, Lwt, etc) but is fine in a threaded context.

Key to access the current span

Provider that uses Thread_local_storage to store the current ambient span. This works well when concurrency is based on thread, or if there is no concurrency.

val setup : unit -> unit

Install the provider