2 releases

0.2.1 Nov 2, 2021
0.2.0 Oct 30, 2021

#2890 in Rust patterns

41 downloads per month
Used in hash_arr_map

MIT license

33KB
667 lines

Thread-local reference-counted pointers with immediate cycle collection.

The Gc<T> type provides shared ownership of a value. It is not Send, since the cycle collection occurs on a single thread.

Dependencies

~230KB