summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2020-10-13rt: update docs for `0.3` changes (#2956)Lucio Franco
2020-10-13rt: tweak spawn_blocking docs (#2955)Carl Lerche
2020-10-13rt: switch `enter` to an RAII guard (#2954)Carl Lerche
2020-10-13process: update docs regarding zombie processes (#2952)Ivan Petkov
2020-10-12meta: combine `net` and `dns`, use `parking_lot` (#2951)Carl Lerche
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12chore: refactor runtime driver usage of `Either` (#2918)Ivan Petkov
2020-10-12rt: `worker_threads` must be non-zero (#2947)Lucio Franco
2020-10-13net: merge tcp, udp, uds features to net feature (#2943)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-12time: move error types into `time::error` (#2938)Juan Alvarez
2020-10-12time: Clean up `Instant` docs to align with `std` (#2946)Lucio Franco
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-10-12sync: change chan `closed(&mut self)` to `closed(&self)` (#2939)Zahari Dichev
2020-10-12chore: remove use of doc_alias feature (#2944)Taiki Endo
2020-10-11net: make UCred fields private (#2936)Taiki Endo
2020-10-09sync: move broadcast error types into broadcast::error module (#2937)Taiki Endo
2020-10-09fs: future proof `File` (#2930)Carl Lerche
2020-10-09net: switch socket methods to &self (#2934)Carl Lerche
2020-10-09io: make Seek and Copy private (#2935)Taiki Endo
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-08fs: add os::windows::OpenOptionsExt (#2923)Taiki Endo
2020-10-08io: remove Poll from the AsyncSeek::start_seek return value (#2885)Zahari Dichev
2020-10-07net: add `TcpSocket` for configuring a socket (#2920)Carl Lerche
2020-10-08fs: switch to our own DirEntryExt trait (#2921)Taiki Endo
2020-10-06docs: more docs for UdpSocket (#2883)Evan Cameron
2020-10-06time: clean time driver (#2905)greenwoodcm
2020-10-06process: add ProcessDriver to handle orphan reaping (#2907)Ivan Petkov
2020-10-05time: move DelayQueue to tokio-util (#2897)bdonlan
2020-10-06io, stream: assert !Unpin for ext trait futures (#2913)Taiki Endo
2020-10-05stream: remove bytes from public API (#2908)Alice Ryhl
2020-10-05io, stream: make ext trait futures !Unpin (#2910)Taiki Endo
2020-10-05net: implement AsRawSocket on Windows (#2911)Taiki Endo
2020-10-05sync: broadcast channel API tweaks (#2898)Alice Ryhl
2020-10-05io: optimize writing large buffers to windows stdio (#2888)Mikail Bagishov
2020-10-05fs: seal OpenOptionsExt and DirBuilderExt (#2909)Taiki Endo
2020-10-02io: update to Mio 0.7 (#2893)Carl Lerche
2020-10-01chore: make #[doc(hidden)] apis private (#2901)Alice Ryhl
2020-10-02task: remove deprecated JoinError constructors (#2900)Alice Ryhl
2020-10-02Fix new clippy warning (#2899)Alice Ryhl
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-29Seal FromStream methods with an internal argument (#2894)Sean McArthur
2020-09-29stream: add iter and iter_mut methods to StreamMap (#2890)Linus Behrbohm
2020-09-28Seal ToSocketAddrs methods with an internal argument (#2892)Sean McArthur
2020-09-28sync: Add `is_closed` method to mpsc senders (#2726)Mikail Bagishov
2020-09-25Fix readiness future eagerly consuming entire socket readiness (#2887)Sean McArthur
2020-09-25sync: add `mpsc::Sender::closed` future (#2840)Zahari Dichev
2020-09-25chore: handle std `Mutex` poisoning in a shim (#2872)Zahari Dichev