jamsocket / aper

A Rust data structure library built on state machines.
https://aper.dev
MIT License
299 stars 12 forks source link

Add a reference-counted `Atom` #29

Closed paulgb closed 1 year ago

paulgb commented 2 years ago

This would be a convenience type for Atom<Rc<T>>.