summaryrefslogtreecommitdiffstats
path: root/tokio/src/loom
AgeCommit message (Expand)Author
2020-11-23time: use intrusive lists for timer tracking (#3080)bdonlan
2020-10-22io: Add AsyncFd, fix io::driver shutdown (#2903)bdonlan
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-13net: merge tcp, udp, uds features to net feature (#2943)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-24chore: remove internal io-driver cargo feature (#2881)Ivan Petkov
2020-09-12sync: add const constructors to RwLock, Notify, and Semaphore (#2833)Frank Steffahn
2020-09-12sync: add const-constructors for some sync primitives (#2790)mental
2020-08-11io: rewrite slab to support compaction (#2757)Carl Lerche
2020-05-12sync: use intrusive list strategy for broadcast (#2509)Carl Lerche
2020-05-06sync: simplify the broadcast channel (#2467)Carl Lerche
2020-04-09Use logical CPUs instead of physical by default (#2391)Sean McArthur
2020-04-09rt: fix bug in work-stealing queue (#2387)Carl Lerche
2020-03-26rt: track loom changes + tweak queue (#2315)Carl Lerche
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-02-26sync: adds Notify for basic task notification (#2210)Carl Lerche
2020-01-24rt: add feature flag for using `parking_lot` internally (#2164)David Kellum
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche
2019-11-04chore: unify all mocked `loom` files (#1732)Carl Lerche