Crate fuchsia_rcu

Crate fuchsia_rcu 

Source

Re-exports§

pub use rcu_read_scope::RcuReadScope;

Modules§

rcu_arc
rcu_cell
rcu_option_arc
rcu_option_cell
rcu_ptr
rcu_read_scope

Functions§

rcu_drop
Schedule the object to be dropped after all in-flight read operations have completed.
rcu_run_callbacks
Run all callbacks that have been scheduled from this thread.
rcu_synchronize
Block until all in-flight read operations and callbacks have completed.