rust/src/libstd/thread
Alex Crichton 0a13f1abaf std: Rename thread::catch_panic to panic::recover
This commit is an implementation of [RFC 1236] and [RFC 1323] which
rename the `thread::catch_panic` function to `panic::recover` while also
replacing the `Send + 'static` bounds with a new `PanicSafe` bound.

[RFC 1236]: https://github.com/rust-lang/rfcs/pull/1236
[RFC 1323]: https://github.com/rust-lang/rfcs/pull/1323

cc #27719
2015-12-09 07:19:17 -08:00
..
local.rs don't use drop_in_place as an intrinsic 2015-10-30 11:24:54 -04:00
mod.rs std: Rename thread::catch_panic to panic::recover 2015-12-09 07:19:17 -08:00
scoped_tls.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00