summaryrefslogtreecommitdiffstats
path: root/tokio/src/macros/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-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-01-29macros: correctly feature gate join/try_join (#2196)Carl Lerche
2020-01-24future: provide try_join! macro (#2169)Carl Lerche
2020-01-23macros: add pin! macro (#2163)Carl Lerche
2020-01-23future: provide join! macro (#2158)Carl Lerche
2020-01-23Don't export select unless macros is enabled (#2161)John-John Tedro
2020-01-22Provide `select!` macro (#2152)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche