summaryrefslogtreecommitdiffstats
path: root/tokio/tests/rt_threaded.rs
AgeCommit message (Expand)Author
2020-12-07rt: fix deadlock in shutdown (#3228)bdonlan
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-05-07rt: set task budget after block_in_place call (#2502)Carl Lerche
2020-04-28rt: fix default thread number logic (#2457)Carl Lerche
2019-12-18rt: add configuration for core threads and max threads (#1977)Douman
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-16task: move blocking fns into `tokio::task` (#1781)Carl Lerche
2019-11-16runtime: rename current_thread -> basic_scheduler (#1769)Carl Lerche