2 releases
0.2.1 | Nov 2, 2021 |
---|---|
0.2.0 | Oct 30, 2021 |
#2927 in Rust patterns
Used in hash_arr_map
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
~245KB