From 58a50e2056097970bc1ab7038797c461a32454ca Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Fri, 3 May 2024 16:39:30 -0700 Subject: [PATCH] Improve RootSet documentation --- RootSet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RootSet.h b/RootSet.h index 9395532..f8a2d92 100644 --- a/RootSet.h +++ b/RootSet.h @@ -15,7 +15,8 @@ struct RootSet { /// Foreign threads may freely interact with a `ThreadSafeHandle`, as long as /// the latest version as of obtaining the handle is greater than - /// `oldestVersion`. + /// `oldestVersion`, and they only read versions >= `oldestVersion` and <= the + /// version as of obtaining the handle. struct ThreadSafeHandle { /// Get a root node that can correctly be used for `version`