d7b5bc3c2f
In most places this preserves the current API by adding an explicit `'static` bound. Notably absent are some impls like `unsafe impl<T: Send> Send for Foo<T>` and the `std::thread` module. It is likely that it will be possible to remove these after auditing the code to ensure restricted lifetimes are safe. More progress on #22251. |
||
---|---|---|
.. | ||
backtrace.rs | ||
condvar.rs | ||
helper_thread.rs | ||
mod.rs | ||
mutex.rs | ||
net2.rs | ||
net.rs | ||
rwlock.rs | ||
stack.rs | ||
thread_info.rs | ||
thread_local.rs | ||
thread.rs | ||
wtf8.rs |