rust/src/libstd/sync
Steven Fackler 72e99f57c5 Deprecate ONCE_INIT
Once::new() has been a stable const fn for a while now.

Closes #61746
2019-06-12 21:32:51 -07:00
..
mpsc Remove the unstable and deprecated mpsc_select 2019-05-17 12:16:52 -07:00
barrier.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
condvar.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
mod.rs Deprecate ONCE_INIT 2019-06-12 21:32:51 -07:00
mutex.rs Fix intra-doc link resolution failure on re-exporting libstd 2019-05-04 23:48:57 +09:00
once.rs Deprecate ONCE_INIT 2019-06-12 21:32:51 -07:00
rwlock.rs Fix intra-doc link resolution failure on re-exporting libstd 2019-05-04 23:48:57 +09:00