Home
last modified time | relevance | path

Searched defs:catch_unwind (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/futures-util/src/future/future/
Dmod.rs98 mod catch_unwind; module
431 fn catch_unwind(self) -> CatchUnwind<Self> in catch_unwind() method
/external/rust/android-crates-io/crates/tokio/src/sync/task/
Datomic_waker.rs179 fn catch_unwind<F: FnOnce() -> R, R>(f: F) -> std::thread::Result<R> { in do_register() function
/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dmod.rs240 mod catch_unwind; module
1323 fn catch_unwind(self) -> CatchUnwind<Self> in catch_unwind() method
/external/rust/android-crates-io/crates/rayon-core/src/
Dregistry.rs366 pub(super) fn catch_unwind(&self, f: impl FnOnce()) { in catch_unwind() method