Searched defs:LocalRuntime (Results 1 – 2 of 2) sorted by relevance
33 pub struct LocalRuntime { struct35 scheduler: LocalRuntimeScheduler, argument54 impl LocalRuntime { argument59 ) -> LocalRuntime { in from_parts()378 impl Drop for LocalRuntime { implementation391 impl std::panic::UnwindSafe for LocalRuntime {} implementation393 impl std::panic::RefUnwindSafe for LocalRuntime {} implementation
844 pub fn build_local(&mut self, options: &LocalOptions) -> io::Result<LocalRuntime> { in build_local()1345 fn build_current_thread_local_runtime(&mut self) -> io::Result<LocalRuntime> { in build_current_thread_local_runtime()