summary refs log tree commit diff
path: root/src/libsync/comm.rs
AgeCommit message (Expand)AuthorLines
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-24comm: Implement synchronous channelsAlex Crichton-98/+1
2014-03-22Change types T,U to R (recv), S (sender) in libsync/comm.rsRyan Scheel (Havvy)-19/+19
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-26/+27
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-0/+165