pub fn try_collect() -> Result<(), WouldDeadlock>Expand description
Invokes the garbage collector.
ยงErrors
If any CollectionGuards are held by this thread when this function is
invoked, WouldDeadlock is returned.
pub fn try_collect() -> Result<(), WouldDeadlock>Invokes the garbage collector.
If any CollectionGuards are held by this thread when this function is
invoked, WouldDeadlock is returned.