summaryrefslogtreecommitdiffstats
path: root/tokio/src/util/slab.rs
AgeCommit message (Expand)Author
2020-10-21net: fix use-after-free in slab compaction (#3019)Carl Lerche
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-09-25chore: handle std `Mutex` poisoning in a shim (#2872)Zahari Dichev
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-08-11io: rewrite slab to support compaction (#2757)Carl Lerche