]> git.lizzy.rs Git - rust.git/commit
std: Remove PortSet. Not supported by new scheduler. Replace uses with SharedChan.
authorBrian Anderson <banderson@mozilla.com>
Wed, 31 Jul 2013 06:39:58 +0000 (23:39 -0700)
committerBrian Anderson <banderson@mozilla.com>
Wed, 31 Jul 2013 21:59:49 +0000 (14:59 -0700)
commitebd14c92f8b15f6d9388ea9bf6f19793a1b77a59
tree6489fb4bd07f5740e4f6a8dfe1670fe91b064f92
parent389aba09523f805e3b493a5089c6397749b06b67
std: Remove PortSet. Not supported by new scheduler. Replace uses with SharedChan.
src/libextra/arc.rs
src/libstd/comm.rs
src/test/bench/msgsend-pipes.rs
src/test/bench/shootout-pfib.rs
src/test/run-pass/task-comm-14.rs
src/test/run-pass/task-comm-3.rs
src/test/run-pass/task-comm-6.rs
src/test/run-pass/task-comm-7.rs
src/test/run-pass/task-comm-9.rs