]> git.lizzy.rs Git - rust.git/commit
std: Reimplement std::comm without the scheduler
authorAlex Crichton <alex@alexcrichton.com>
Fri, 13 Dec 2013 01:53:05 +0000 (17:53 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 24 Dec 2013 22:42:00 +0000 (14:42 -0800)
commit49e5493587162d53a693ba7e7833edd8f1718e94
tree687aa565b9fac81b49928b78e2b0e1298afc2bf5
parentdaaec28c6f71f5d6e2f5bc716ffc2780ef56fa7b
std: Reimplement std::comm without the scheduler

Like the librustuv refactoring, this refactors std::comm to sever all ties with
the scheduler. This means that the entire `comm::imp` module can be deleted in
favor of implementations outside of libstd.
src/libstd/comm/imp.rs [deleted file]
src/libstd/comm/mod.rs
src/libstd/comm/select.rs