summaryrefslogtreecommitdiffstats
path: root/tokio/tests/sync_semaphore.rs
AgeCommit message (Expand)Author
2020-12-02sync: make add_permits panic with usize::MAX >> 3 permits (#3188)Blas Rodriguez Irizar
2019-12-17sync: add Semaphore (#1973)Michael P. Jung
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-03test: unify MockTask and task::spawn (#1728)Carl Lerche
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche