Function horde::collect::collect[][src]

pub fn collect()

Signals a quiescent state where garbage may be collected.

This may collect garbage using the callbacks registered in Pin::defer_unchecked.

This will panic if called while a thread is pinned.