diff --git a/main/help.html b/main/help.html index 43d8e18..bf5aebf 100644 --- a/main/help.html +++ b/main/help.html @@ -1,2 +1,2 @@ -
Architecture overview of the underlying design of Refuse.
Refuse is an incremental, tracing garbage collector. Incremental garbage diff --git a/main/refuse/derive.MapAs.html b/main/refuse/derive.MapAs.html index 7a56927..7d063fe 100644 --- a/main/refuse/derive.MapAs.html +++ b/main/refuse/derive.MapAs.html @@ -1,4 +1,4 @@ -
#[derive(MapAs)]
{
// Attributes available to this derive:
diff --git a/main/refuse/derive.Trace.html b/main/refuse/derive.Trace.html
index 4f0a3af..8fd53b5 100644
--- a/main/refuse/derive.Trace.html
+++ b/main/refuse/derive.Trace.html
@@ -1,2 +1,2 @@
-Trace in refuse - Rust
+Trace in refuse - Rust
\ No newline at end of file
diff --git a/main/refuse/fn.collect.html b/main/refuse/fn.collect.html
index 624e2bb..919a58c 100644
--- a/main/refuse/fn.collect.html
+++ b/main/refuse/fn.collect.html
@@ -1,5 +1,5 @@
-collect in refuse - Rust
- pub fn collect()
Expand description
Invokes the garbage collector.
+collect in refuse - Rust
+ pub fn collect()
Expand description
Invokes the garbage collector.
§Panics
This function will panic if any CollectionGuard
s are held and not
yielding by the current thread when invoked. If a guard is held, consider
diff --git a/main/refuse/fn.try_collect.html b/main/refuse/fn.try_collect.html
index 1549296..5546cba 100644
--- a/main/refuse/fn.try_collect.html
+++ b/main/refuse/fn.try_collect.html
@@ -1,5 +1,5 @@
-
try_collect in refuse - Rust
- Function refuse::try_collect
source · pub fn try_collect() -> Result<(), WouldDeadlock>
Expand description
Invokes the garbage collector.
+try_collect in refuse - Rust
+ Function refuse::try_collect
source · pub fn try_collect() -> Result<(), WouldDeadlock>
Expand description
Invokes the garbage collector.
§Errors
If any CollectionGuard
s are held by this thread when this function is
invoked, WouldDeadlock
is returned.
diff --git a/main/refuse/index.html b/main/refuse/index.html
index 92ee651..e5cdbed 100644
--- a/main/refuse/index.html
+++ b/main/refuse/index.html
@@ -1,6 +1,6 @@
-refuse - Rust