summaryrefslogtreecommitdiffstats
path: root/tokio/tests
AgeCommit message (Expand)Author
2020-04-12io: report error on zero-write in write_int (#2334)shuo
2020-04-04test: add Send/Sync tests for all async fns (#2377)Alice Ryhl
2020-04-02io: Add StreamReader (#2052)Alice Ryhl
2020-04-02fs: Copy file permissions (#2354)Kevin Leimkuhler
2020-04-02sync: Add disarm to mpsc::Sender (#2358)Jon Gjengset
2020-04-02rt: fix queue regression (#2362)Carl Lerche
2020-03-28rt: cap fifo scheduler slot to avoid starvation (#2349)Carl Lerche
2020-03-26fs: add coop test (#2344)Carl Lerche
2020-03-26rt: add task join coop test (#2345)Carl Lerche
2020-03-26time: fix DelayQueue rewriting delay on insert after Poll::Ready (#2285)Christofer Nolander
2020-03-25stream: iter() should yield every so often. (#2343)Carl Lerche
2020-03-23time: fix repeated pause/resume of time (#2253)Tudor Sidea
2020-03-18sync: Add RwLock::into_inner method (#2321)Daniel Müller
2020-03-06Add foo.txt and bar.txt to .gitignore (#2294)Thomas Whiteway
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-02-28macros: fix unresolved import in pin! (#2281)Hiro Saito
2020-02-26sync: adds Notify for basic task notification (#2210)Carl Lerche
2020-02-26time: avoid needing to `poll` DelayQueue after insertion (#2217)Thomas Whiteway
2020-02-25macros: add assignment form to pin! (#2274)Carl Lerche
2020-02-25process: Wake up read and write on `EPOLLERR` (#2218)Kevin Leimkuhler
2020-02-14UnixStream::poll_shutdown is not a no-op (#2245)Jon Gjengset
2020-02-12Avoid race in tcp_accept::no_extra_poll (#2236)Jon Gjengset
2020-02-12io: avoid unnecessary wake in registration (#2221)Jon Gjengset
2020-01-31stream: provide `StreamMap` utility (#2185)Carl Lerche
2020-01-29rt: add `Runtime::shutdown_timeout` (#2186)Carl Lerche
2020-01-27timer: fix out of bounds error (#2184)Juan Alvarez
2020-01-24future: provide try_join! macro (#2169)Carl Lerche
2020-01-24stream: add StreamExt::timeout() (#2149)Juan Alvarez
2020-01-24rt: improve "no runtime" panic messages (#2145)Avery Harnish
2020-01-24fs: add fs::copy (#2079)Dominic
2020-01-23future: provide join! macro (#2158)Carl Lerche
2020-01-22Provide `select!` macro (#2152)Carl Lerche
2020-01-22net: add `ReadHalf::{poll,poll_peak}` (#2151)Kevin Leimkuhler
2020-01-21io: simplify split check (#2144)Lucio Franco
2020-01-21fix: Prevent undefined behaviour from malicious AsyncRead impl (#2030)Markus Westerlind
2020-01-20Add a method to test if split streams come from the same stream. (#1762)Maarten de Vries
2020-01-17task: Introduce a new pattern for task-local storage (#2126)Lucio Franco
2020-01-16chore: minor fixes (#2121)Artem Vorotnikov
2020-01-14chore: clippy fixes (#2110)Artem Vorotnikov
2020-01-13stream: add `StreamExt::collect()` (#2109)Carl Lerche
2020-01-11stream: add `StreamExt::chain` (#2093)Carl Lerche
2020-01-11stream: add stream::once (#2094)Carl Lerche
2020-01-11stream: add `empty()` and `pending()` (#2092)Carl Lerche
2020-01-11stream: add `StreamExt::merge` (#2091)Carl Lerche
2020-01-09stream: add `StreamExt::fuse` (#2085)Carl Lerche
2020-01-08rt: fix threaded scheduler shutdown deadlock (#2074)Carl Lerche
2020-01-06Fix basic_scheduler deadlock when waking during drop (#2062)Sean McArthur
2020-01-06task: add ways to run a `LocalSet` from within a rt context (#1971)Eliza Weisman
2020-01-06process: deprecate Child stdio accessors in favor of pub fields (#2014)Ivan Petkov
2020-01-06chore: use just std instead of ::std in paths (#2049)Linus Färnstrand