aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--METADATA2
1 files changed, 1 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index 57db21e..aa2f15c 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
name: "thread_local"
-description: "This library provides the ThreadLocal and CachedThreadLocal types which allow a separate copy of an object to be used for each thread. This allows for per-object thread-local storage, unlike the standard library\'s thread_local! macro which only allows static thread-local storage."
+description: "Per-object thread-local storage"
third_party {
url {
type: HOMEPAGE