summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2020-09-19io: fix doc-cfg on AsyncSeekExt (#2846)Taiki Endo
2020-09-19time: remove outdated todo comment (#2848)Taiki Endo
2020-09-18process: fix some docs (#2843)Nylonicious
2020-09-17sync: fix some doc typos (#2838)Nylonicious
2020-09-13doc: fix some links (#2834)Alice Ryhl
2020-09-12sync: add const constructors to RwLock, Notify, and Semaphore (#2833)Frank Steffahn
2020-09-12sync: add const-constructors for some sync primitives (#2790)mental
2020-09-11sync: tweak `watch` API (#2814)Carl Lerche
2020-09-11sync: write guard to read guard downgrading for sync::RwLock (#2733)Max Heller
2020-09-11docs: more doc fixes (#2831)Zephyr Shannon
2020-09-09sync: document mpsc::bounded minimum buffer size (#2808)Zephyr Shannon
2020-09-09stream: module level docs for tokio::stream (#2786)xd009642
2020-09-08sync: add JoinHandle::abort (#2474)John-John Tedro
2020-09-08sync: remove rt-core from blocking_{send,recv} (#2825)Blas Rodriguez Irizar
2020-09-08io: move StreamReader and ReaderStream into tokio_util (#2788)Alice Ryhl
2020-09-08process: make `Child::kill` async (#2823)Ivan Petkov
2020-09-07runtime: add custom keep_alive functionality (#2809)Blas Rodriguez Irizar
2020-09-07sync: rename `Notify::notify()` -> `notify_one()` (#2822)Juan Alvarez
2020-09-07process: add Child::{wait,try_wait} (#2796)Ivan Petkov
2020-09-05runtime: mention on JoinHandle that the generic parameter is the return type ...George Malayil Philip
2020-09-05tokio: document missing timer panics (#2801)Blas Rodriguez Irizar
2020-09-05fs: remove File::seek (#2810)Zahari Dichev
2020-09-05runtime: improve runtime vs #[tokio::main] doc (#2820)Igor Aleksanov
2020-09-05io: add `ReadBuf::take` (#2817)Zahari Dichev
2020-09-02util: add `const fn` support for internal `LinkedList`. (#2805)mental
2020-09-02time: move throttle to StreamExt (#2752)Blas Rodriguez Irizar
2020-09-01sync: watch channel breaking changes (#2806)Blas Rodriguez Irizar
2020-08-28fs: implement FromRawFd & FromRawHandle for File (#2792)Nikolai Vazquez
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-08-27Docs delay queue (#2793)Blas Rodriguez Irizar
2020-08-26sync: add blocking_recv and blocking_send in mpsc (#2684)xd009642
2020-08-26sync: implement map methods of parking_lot fame (#2445)John-John Tedro
2020-08-26sync: fix typo in Notify documentation (#2794)James Mills
2020-08-24runtime: add thread_name_fn method to runtime::Builder (#1921)wspsxing
2020-08-23sync: move CancellationToken to tokio-util (#2721)Carl Lerche
2020-08-23net: Add examples to UnixDatagram (#2765)caranatar
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-08-13chore: reformat some imports for consistency (#2768)Carl Lerche
2020-08-11io: rewrite slab to support compaction (#2757)Carl Lerche
2020-08-11fs: add comment explaing File flush is a no-op (#2761)Kruno Tomola Fabro
2020-08-09io: use stderr in stderr documentation (#2746)Cameron Taggart
2020-08-09sync: typo in impl Semaphore (#2745)Blas Rodriguez Irizar
2020-08-08sync: show correct permits in fmt::Debug (#2750)Blas Rodriguez Irizar
2020-08-07chore: prepare for v0.3 breaking changes (#2747)Carl Lerche
2020-08-05process: document remote killing for Child (#2736)Blas Rodriguez Irizar
2020-08-01net: impl ToSocketAddrs for (String, u16) (#2724)南浦月
2020-07-31sync: suspectible -> susceptible (#2732)Max Bruckner
2020-07-31sync: better Debug for Mutex (#2725)Mikail Bagishov
2020-07-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2020-07-28add: Add `UdpSocket::{try_send,try_send_to}` methods (#1979)Kevin Leimkuhler