Skip to main content

rcu_synchronize

Function rcu_synchronize 

Source
pub fn rcu_synchronize()
Expand description

Block until all in-flight read operations have completed. When this returns, the callbacks that are unblocked by those in-flight operations might still be running (or even not yet started) on another thread.