rust/src/libstd/sync/mpsc
Steven Fackler 8b6cda3ce6 Rename AtomicInt and AtomicUint
Change any use of AtomicInt to AtomicIsize and AtomicUint to AtomicUsize

Closes #20893

[breaking-change]
2015-01-11 11:47:44 -08:00
..
blocking.rs markers -> marker 2015-01-07 12:10:31 +13:00
mod.rs More test fixes 2015-01-06 21:26:48 -08:00
mpsc_queue.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
oneshot.rs Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
select.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
shared.rs Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
spsc_queue.rs Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
stream.rs Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
sync.rs Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00