Struct rustc_data_structures::sync::SerialScope [−][src]
pub struct SerialScope;
Methods
impl SerialScope[src]
impl SerialScopepub fn spawn<F>(&self, f: F) where
F: FnOnce(&SerialScope), [src]
pub fn spawn<F>(&self, f: F) where
F: FnOnce(&SerialScope), Auto Trait Implementations
impl Send for SerialScope
impl Send for SerialScopeimpl Sync for SerialScope
impl Sync for SerialScope