summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/semaphore_ll.rs
AgeCommit message (Expand)Author
2020-03-26rt: track loom changes + tweak queue (#2315)Carl Lerche
2020-03-23sync: new internal semaphore based on intrusive lists (#2325)Eliza Weisman
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-06chore: use just std instead of ::std in paths (#2049)Linus Färnstrand
2020-01-03sync: add batch op support to internal semaphore (#2004)Carl Lerche
2019-12-17sync: add Semaphore (#1973)Michael P. Jung