]> git.lizzy.rs Git - rust.git/commit
fix recv_ready for Port to take &self and not need to return a tuple. Close #8192.
authorBen Blum <bblum@andrew.cmu.edu>
Mon, 5 Aug 2013 23:58:10 +0000 (19:58 -0400)
committerCorey Richardson <corey@octayn.net>
Thu, 8 Aug 2013 02:41:15 +0000 (22:41 -0400)
commit8ebdb37fd24435d08451625656cc53ebc814c3fa
tree9928f1d3d1179fd44ffd8001f6075ff55defa708
parent898226f39a5fcc4479899e9b90f616eb77d387b7
fix recv_ready for Port to take &self and not need to return a tuple. Close #8192.
src/libstd/rt/comm.rs
src/libstd/rt/select.rs