summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/spawner.rs
AgeCommit message (Expand)Author
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-07-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche
2019-11-01runtime: merge multi & single threaded runtimes (#1716)Carl Lerche