summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/builder.rs
AgeCommit message (Expand)Author
2020-10-16Fix doc typo (#2967)Alice Ryhl
2020-10-13rt: update docs for `0.3` changes (#2956)Lucio Franco
2020-10-13rt: switch `enter` to an RAII guard (#2954)Carl Lerche
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: `worker_threads` must be non-zero (#2947)Lucio Franco
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-24chore: remove internal io-driver cargo feature (#2881)Ivan Petkov
2020-09-24rt: Allow concurrent `Shell:block_on` calls (#2868)Lucio Franco
2020-09-23rt: Allow concurrent `block_on`'s with basic_scheduler (#2804)Lucio Franco
2020-09-22signal: move driver to runtime thread (#2835)Ivan Petkov
2020-09-23ci: deny warnings on '--cfg tokio_unstable' tests (#2859)Taiki Endo
2020-09-07runtime: add custom keep_alive functionality (#2809)Blas Rodriguez Irizar
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-08-24runtime: add thread_name_fn method to runtime::Builder (#1921)wspsxing
2020-05-30docs: replace method links with intra-links (#2540)xliiv
2020-04-28rt: fix default thread number logic (#2457)Carl Lerche
2020-04-24runtime: improve runtime and handle doc (#2440)Alice Ryhl
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-02-27runtime: add threaded_scheduler to examples (#2277)Alice Ryhl
2020-02-13rt: lazily detect number of CPUs (#2238)Luca Bruno
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2019-12-18Improve runtime threading options docsDouman
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-29docs: Mention features for basic_scheduler, threaded_scheduler (#1858)Ömer Sinan Ağacan
2019-11-27doc: fix `runtime::Builder` example (#1841)Oleg Nosov
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-16runtime: rename current_thread -> basic_scheduler (#1769)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06time: rename `tokio::timer` -> `tokio::time` (#1745)Carl Lerche
2019-11-06runtime: misc pool cleanup (#1743)Carl Lerche
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche
2019-11-04chore: unify all mocked `loom` files (#1732)Carl Lerche
2019-11-04executor: switch some APIs to crate private. (#1731)Carl Lerche
2019-11-01runtime: merge multi & single threaded runtimes (#1716)Carl Lerche