summaryrefslogtreecommitdiffstats
path: root/tokio/tests/process_issue_42.rs
AgeCommit message (Expand)Author
2020-09-07process: add Child::{wait,try_wait} (#2796)Ivan Petkov
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-11-30process: rewrite and simplify the issue_42 test (#1871)Ivan Petkov
2019-11-22process: do not kill spawned processes on drop (#1814)Ivan Petkov
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-16runtime: rename current_thread -> basic_scheduler (#1769)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-01runtime: merge multi & single threaded runtimes (#1716)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche