pub fn make_shared_cell<T: Send + 'static>(value: T) -> SharedCell<T>
Expand description

Create a new basedrop::SharedCell value using the default global GarbageCollector instance.