summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/queue.rs
AgeCommit message (Expand)Author
2020-09-25chore: handle std `Mutex` poisoning in a shim (#2872)Zahari Dichev
2020-04-09rt: fix bug in work-stealing queue (#2387)Carl Lerche
2020-04-02rt: fix queue regression (#2362)Carl Lerche
2020-03-28rt: cap fifo scheduler slot to avoid starvation (#2349)Carl Lerche
2020-03-26rt: track loom changes + tweak queue (#2315)Carl Lerche