summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-02-29macros: fix select! documentation formatting (#2283)Jeffrey Czyz
2020-02-28chore: prepare v0.2.13 release (#2282)Carl Lerche
2020-02-28macros: fix unresolved import in pin! (#2281)Hiro Saito
2020-02-27runtime: add threaded_scheduler to examples (#2277)Alice Ryhl
2020-02-27sync: refactor intrusive linked list (#2279)Carl Lerche
2020-02-27chore: delete unused file (#2280)Carl Lerche
2020-02-27chore: prepare v0.2.12 release (#2278)Carl Lerche
2020-02-26tcp: Update listener docs (#2276)Akshay Narayan
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-26docs: macros doc(cfg) workarounds (#2225)David Kellum
2020-02-26Implement Stream for Listener types (#2275)Akshay Narayan
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-25mpsc: add `Sender::send_timeout` (#2227)Jake
2020-02-20sync: fixed a small typo in sync docs (#2262)Matt Butcher
2020-02-20sync: Use yield rather than block on read method (#2258)Alice Ryhl
2020-02-18sync: improve RwLock API docs (#2252)Eliza Weisman
2020-02-17Added Ord and Hash as derived traits for tokio::time::Instant (#2239)Tudor Sidea
2020-02-17Add `Mutex::into_inner` method (#2250)Waffle Lapkin
2020-02-14UnixStream::poll_shutdown is not a no-op (#2245)Jon Gjengset
2020-02-14Test some more mpsc behavior with loom (#2246)Jon Gjengset
2020-02-13rt: lazily detect number of CPUs (#2238)Luca Bruno
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-02-04Fix #2119 and failing state assertion (#2212)Jon Gjengset
2020-02-02stream: add StreamExt::skip_while (#2205)Tore Pettersen
2020-02-01time: Add comment about cancelation of timed out futures (#2206)Daniel Müller
2020-02-01stream: add StreamExt::skip (#2204)Tore Pettersen
2020-01-31stream: provide `StreamMap` utility (#2185)Carl Lerche
2020-01-30sync: fix broadcast link in API docs (#2197)roignpar
2020-01-29sync: reduce memory size of watch::Receiver (#2191)Sean McArthur
2020-01-29rt: add `Runtime::shutdown_timeout` (#2186)Carl Lerche
2020-01-29rt: read join waker conditionally to avoid data race (#2096)Tomasz Miąsko
2020-01-29macros: correctly feature gate join/try_join (#2196)Carl Lerche
2020-01-29rt: enable task state assertions under loom (#2192)Jon Gjengset
2020-01-28docs: minor fixes to `TcpStream` API docs (#2183)Vitor Enes
2020-01-28docs: fix `stream::pending()` example (#2189)Tore
2020-01-27timer: fix out of bounds error (#2184)Juan Alvarez
2020-01-27chore: prepare v0.2.11 release (#2179)Carl Lerche
2020-01-27docs: write sync mod API docs (#2175)Carl Lerche
2020-01-26chore: bump nightly version used in CI (#2178)Carl Lerche
2020-01-24future: provide try_join! macro (#2169)Carl Lerche
2020-01-24stream: add StreamExt::timeout() (#2149)Juan Alvarez
2020-01-24sync: impl equality traits for oneshot::RecvError (#2168)Carl Lerche
2020-01-24rt: improve "no runtime" panic messages (#2145)Avery Harnish
2020-01-24rt: test block_in_place followed by Pending (#2120)Jon Gjengset
2020-01-24fs: add fs::copy (#2079)Dominic
2020-01-24task: add methods for inspecting JoinErrors (#2051)Daniel Fox Franke