Macro kernel::revocable_init
source · [−]macro_rules! revocable_init {
($mutex:expr, $name:literal) => { ... };
}
Expand description
Safely initialises a Revocable
instance with the given name, generating a new lock class.
macro_rules! revocable_init {
($mutex:expr, $name:literal) => { ... };
}
Safely initialises a Revocable
instance with the given name, generating a new lock class.