summaryrefslogtreecommitdiffstats
path: root/tokio/tests/rt_common.rs
AgeCommit message (Expand)Author
2020-11-29runtime: test for shutdown_timeout(0) (#3196)Kyle Kosic
2020-10-13rt: switch `enter` to an RAII guard (#2954)Carl Lerche
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-08chore: Fix clippy lints (#2931)bdonlan
2020-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-23rt: Allow concurrent `block_on`'s with basic_scheduler (#2804)Lucio Franco
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-07-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2020-07-12net: fix OwnedWriteHalf behavior on drop (#2597)Carl Lerche
2020-04-24Add Handle::block_on method (#2437)Dan Burkert
2020-04-02rt: fix queue regression (#2362)Carl Lerche
2020-03-28rt: cap fifo scheduler slot to avoid starvation (#2349)Carl Lerche
2020-03-26rt: add task join coop test (#2345)Carl Lerche
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-01-29rt: add `Runtime::shutdown_timeout` (#2186)Carl Lerche
2020-01-08rt: fix threaded scheduler shutdown deadlock (#2074)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-21rt: fix spawn_blocking from spawn_blocking (#2006)Carl Lerche
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-12-01blocking: fix `spawn_blocking` after shutdown (#1875)Carl Lerche
2019-11-29rt: fix `basic_scheduler` notification bug (#1861)Carl Lerche
2019-11-26task: add `LocalSet` API for running `!Send` futures (#1733)Eliza Weisman
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: set spawn context on enter (#1780)Carl Lerche
2019-11-16task: return `JoinHandle` from spawn (#1777)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-12reorganize modules (#1766)Carl Lerche
2019-11-06time: rename `tokio::timer` -> `tokio::time` (#1745)Carl Lerche
2019-11-02tests: fix bug + reorganize tests. (#1726)Carl Lerche