as_real

Macro as_real 

Source
macro_rules! as_real {
    ($ret:ty, $body:block) => { ... };
    ($body:block) => { ... };
    ($expr:expr) => { ... };
}
Expand description

Run the block/expression as the Real User. This is thread safe.