summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/thread_pool/worker.rs
AgeCommit message (Expand)Author
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-02util: add `const fn` support for internal `LinkedList`. (#2805)mental
2020-07-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2020-07-28Reset coop budget when blocking in block_on (#2711)Jon Gjengset
2020-07-14rt: allow block_on inside block_in_place inside block_on (#2645)bdonlan
2020-06-07chore: fix ci failure on master (#2593)Taiki Endo
2020-05-07rt: set task budget after block_in_place call (#2502)Carl Lerche
2020-04-20Be more principled about when blocking is ok (#2410)Jon Gjengset
2020-04-16Support nested block_in_place (#2409)Jon Gjengset
2020-03-28rt: cap fifo scheduler slot to avoid starvation (#2349)Carl Lerche
2020-03-26rt: track loom changes + tweak queue (#2315)Carl Lerche
2020-03-16Add cooperative task yielding (#2160)Jon Gjengset
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-02-04Fix #2119 and failing state assertion (#2212)Jon Gjengset
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-22Enhance documentation of tokio::task::block_in_place (#2155)gliderkite
2020-01-08rt: fix threaded scheduler shutdown deadlock (#2074)Carl Lerche
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
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-06simplify enter (#1736)Carl Lerche
2019-11-05fix clippy (#1737)Carl Lerche
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche