reference counting
Concept
A garbage collection technique supported in Rust, useful for sharing ownership of data across multiple threads or components.
Mentioned in 1 video
A garbage collection technique supported in Rust, useful for sharing ownership of data across multiple threads or components.