Function gpu_alloc::util::try_arc_unwrap

source ยท
pub(crate) unsafe fn try_arc_unwrap<M>(arc: Arc<M>) -> Option<M>
Expand description

Can be used instead of Arc::try_unwrap only if Weak pointers are never created from this Arc or clones.