summaryrefslogtreecommitdiffstats
path: root/tokio/tests/rt_basic.rs
AgeCommit message (Expand)Author
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-06-12chore: reduce pin related unsafe code (#2613)Taiki Endo
2020-06-07chore: fix ci failure on master (#2593)Taiki Endo
2020-02-12io: avoid unnecessary wake in registration (#2221)Jon Gjengset
2020-01-08rt: fix threaded scheduler shutdown deadlock (#2074)Carl Lerche
2020-01-06Fix basic_scheduler deadlock when waking during drop (#2062)Sean McArthur
2019-12-20chore: formatting, docs and clippy (#2000)Artem Vorotnikov
2019-12-17rt: avoid dropping a task in calls to wake() (#1972)Carl Lerche
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-16runtime: rename current_thread -> basic_scheduler (#1769)Carl Lerche