summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/park.rs
AgeCommit message (Expand)Author
2020-09-25chore: handle std `Mutex` poisoning in a shim (#2872)Zahari Dichev
2020-09-22signal: move driver to runtime thread (#2835)Ivan Petkov
2020-07-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-11chore: fix thread_pool benchmarks (#1947)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche