summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/enter.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-10-08chore: Fix clippy lints (#2931)bdonlan
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-04-24Add Handle::block_on method (#2437)Dan Burkert
2020-04-20Be more principled about when blocking is ok (#2410)Jon Gjengset
2020-04-16Support nested block_in_place (#2409)Jon Gjengset
2020-03-16Add cooperative task yielding (#2160)Jon Gjengset
2020-01-29rt: add `Runtime::shutdown_timeout` (#2186)Carl Lerche
2020-01-06chore: use just std instead of ::std in paths (#2049)Linus Färnstrand
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
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06simplify enter (#1736)Carl Lerche
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche