Searched defs:catch_unwind (Results 1 – 4 of 4) sorted by relevance
98 mod catch_unwind; module431 fn catch_unwind(self) -> CatchUnwind<Self> in catch_unwind() method
179 fn catch_unwind<F: FnOnce() -> R, R>(f: F) -> std::thread::Result<R> { in do_register() function
240 mod catch_unwind; module1323 fn catch_unwind(self) -> CatchUnwind<Self> in catch_unwind() method
366 pub(super) fn catch_unwind(&self, f: impl FnOnce()) { in catch_unwind() method