Macro active_standby::generate_lockless_aslockhandle[][src]

macro_rules! generate_lockless_aslockhandle {
    ($Table : ident $(< $($Inner : tt), * >) ?) => { ... };
}
Expand description

Generates an AsLockHandle for the type passed in. This follows the lockless model, meaning that reads don’t perform synchronization, but that the resultant AsLockHandle cannot be shared across threads; though it can be cloned and sent across threads.