summaryrefslogtreecommitdiffstats
path: root/tokio-sync/benches/oneshot.rs
AgeCommit message (Expand)Author
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche
2019-09-13Add broken feature to old benchmarks (#1555)Lucio Franco
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-20sync: fix warnings in benches and tests (#912)Sean McArthur
2019-02-14Add poll_ready and constructor benchmarks for tokio-syncSean McArthur
2019-01-22Introduce tokio-sync crate containing synchronization primitives. (#839)Carl Lerche