This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
018f8a027d
rust
/
src
/
libstd
/
sync
/
mpsc
History
Download ZIP
Download TAR.GZ
Linus Färnstrand
018f8a027d
Use checked_add for adding time in recv_timeout
2018-12-14 21:43:52 +01:00
..
blocking.rs
use field init shorthand EVERYWHERE
2017-08-15 15:29:17 -07:00
cache_aligned.rs
Improve performance of spsc_queue and stream.
2017-10-01 12:15:35 -04:00
mod.rs
Use checked_add for adding time in recv_timeout
2018-12-14 21:43:52 +01:00
mpsc_queue.rs
Import the
alloc
crate as
alloc_crate
in std
2018-04-12 22:52:47 +02:00
oneshot.rs
Replace invalid use of
&mut
with
UnsafeCell
in
std::sync::mpsc
2016-12-16 19:52:12 -05:00
select.rs
Deprecate channel selection
2018-11-08 22:51:46 +01:00
shared.rs
Replace invalid use of
&mut
with
UnsafeCell
in
std::sync::mpsc
2016-12-16 19:52:12 -05:00
spsc_queue.rs
Import the
alloc
crate as
alloc_crate
in std
2018-04-12 22:52:47 +02:00
stream.rs
Improve performance of spsc_queue and stream.
2017-10-01 12:15:35 -04:00
sync.rs
Various minor/cosmetic improvements to code
2018-12-07 23:53:34 +00:00