Function rspack_core::fast_set

source ยท
pub fn fast_set<T>(dest: &mut T, src: T)
where T: Send + 'static,
Expand description

Fast set src into the referenced dest, and drop the old value in other thread

This method is used when the dropping time is long