rcu_drop

Function rcu_drop 

Source
pub fn rcu_drop<T: Send + Sync + 'static>(value: T)
Expand description

Schedule the object to be dropped after all in-flight read operations have completed.

To wait until the object is dropped, call rcu_synchronize(). The object might be dropped from an arbitrary thread.