summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/thread_pool
AgeCommit message (Expand)Author
2020-12-07rt: fix deadlock in shutdown (#3228)bdonlan
2020-12-03rt: fix panic in task abort when off rt (#3159)John-John Tedro
2020-11-05rt: bring back a public Handle type (#3076)Marc-Antoine Perennou
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-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
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-24rt: test block_in_place followed by Pending (#2120)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-09rt: fix shutdown deadlock in threaded scheduler (#2082)Carl Lerche
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-22rt: fix storing Runtime in thread-local (#2011)Carl Lerche
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-18rt: add configuration for core threads and max threads (#1977)Douman
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-11-26task: add `LocalSet` API for running `!Send` futures (#1733)Eliza Weisman
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-19runtime: fix lost wakeup bug in scheduler (#1788)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-16task: move blocking fns into `tokio::task` (#1781)Carl Lerche
2019-11-16runtime: set spawn context on enter (#1780)Carl Lerche
2019-11-16task: return `JoinHandle` from spawn (#1777)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06runtime: misc pool cleanup (#1743)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