This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
initSidebarItems({"fn":[["default_collector","Returns the default global collector."],["is_pinned","Returns `true` if the current thread is pinned."],["pin","Pins the current thread."],["unprotected","Returns a reference to a dummy guard that allows unprotected access to [`Atomic`]s."]],"struct":[["Atomic","An atomic pointer that can be safely shared between threads."],["Collector","An epoch-based garbage collector."],["CompareAndSetError","The error returned on failed compare-and-set operation."],["Guard","A guard that keeps the current thread pinned."],["LocalHandle","A handle to a garbage collector."],["Owned","An owned heap-allocated object."],["Shared","A pointer to an object protected by the epoch GC."]],"trait":[["CompareAndSetOrdering","Memory orderings for compare-and-set operations."],["Pointer","A trait for either `Owned` or `Shared` pointers."]]});