summaryrefslogtreecommitdiffstats
path: root/tokio/src/loom/std/parking_lot.rs
AgeCommit message (Expand)Author
2020-10-22io: Add AsyncFd, fix io::driver shutdown (#2903)bdonlan
2020-09-25chore: handle std `Mutex` poisoning in a shim (#2872)Zahari Dichev
2020-09-12sync: add const-constructors for some sync primitives (#2790)mental
2020-05-06sync: simplify the broadcast channel (#2467)Carl Lerche