summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/shell.rs
AgeCommit message (Expand)Author
2020-09-24rt: Allow concurrent `Shell:block_on` calls (#2868)Lucio Franco
2020-09-22signal: move driver to runtime thread (#2835)Ivan Petkov
2020-04-20Be more principled about when blocking is ok (#2410)Jon Gjengset
2020-03-20rt: remove `unsafe` from shell runtime. (#2333)Carl Lerche
2020-03-16Add cooperative task yielding (#2160)Jon Gjengset
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche