]> git.lizzy.rs Git - rust.git/commit
Optimize try_recv to not require the two context switches when data is available.
authorBen Blum <bblum@andrew.cmu.edu>
Thu, 18 Jul 2013 18:20:14 +0000 (14:20 -0400)
committerBen Blum <bblum@andrew.cmu.edu>
Mon, 29 Jul 2013 20:04:16 +0000 (16:04 -0400)
commit7326bc879ed6d9def8a128a2586a6f1708b5010c
tree5ab0677c3da22656c2f015a5d2438ebf59b82ab2
parent1137fbd9abe7ba941b973c9fdc18845686e02ed6
Optimize try_recv to not require the two context switches when data is available.
src/libstd/rt/comm.rs