summaryrefslogtreecommitdiffstats
path: root/tokio/src/park/mod.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-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-07-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2020-04-24Add Handle::block_on method (#2437)Dan Burkert
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2019-12-22rt: fix storing Runtime in thread-local (#2011)Carl Lerche
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche