]> git.lizzy.rs Git - rust.git/commit
Add SharedPort wrapper around rt::comm::SharedPort
authorFlavio Percoco <flaper87@gmail.com>
Sat, 14 Sep 2013 20:50:28 +0000 (22:50 +0200)
committerFlavio Percoco <flaper87@gmail.com>
Sat, 14 Sep 2013 20:50:28 +0000 (22:50 +0200)
commit9357f8f4cdc6d3a7c454d0b2e3ffbaad997f315e
tree7963f4ee0a2302dcecd11887c91ea06f80cfd083
parentbca015d9ffd94c36fc8e1b4f30727f71e5ce579f
Add SharedPort wrapper around rt::comm::SharedPort

SharedPort implementation was missing in std::comm. Since this module
also wraps SharedChan, it makes sense to have SharedPort defined there
as well.
src/libstd/comm.rs