diff --git a/moonpool/Moonpool_private/Thread_local_storage_/index.html b/moonpool/Moonpool_private/Thread_local_storage_/index.html index afdbf2e0..6c98a3fe 100644 --- a/moonpool/Moonpool_private/Thread_local_storage_/index.html +++ b/moonpool/Moonpool_private/Thread_local_storage_/index.html @@ -1,2 +1,2 @@ -
Moonpool_private.Thread_local_storage_Thread local storage
A TLS slot for values of type 'a. This allows the storage of a single value of type 'a per thread.
val create : unit -> 'a tval get : 'a t -> 'aval get_opt : 'a t -> 'a optionval set : 'a t -> 'a -> unitMoonpool_private.Thread_local_storage_Thread local storage