Skip to content

Pull requests: tokio-rs/tokio

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

docs: gate taskdump compiler_error behind not(doc)
#6564 opened May 15, 2024 by rcoh Loading…
util: Use ptr::addr_of over pointer arithmetics in linked_list A-tokio Area: The main tokio crate
#6561 opened May 15, 2024 by udoprog Loading…
metrics: stabilize RuntimeMetrics::worker_count A-tokio Area: The main tokio crate M-metrics Module: tokio/runtime/metrics R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-multi-thread-alt Run loom multi-thread alt tests on this PR
#6556 opened May 13, 2024 by rcoh Draft
Update nix and mio-aio dev-dependencies to the latest A-tokio Area: The main tokio crate M-io Module: tokio/io M-net Module: tokio/net
#6552 opened May 12, 2024 by asomers Draft
tokio(metrics): fix blocking_threads count A-tokio Area: The main tokio crate M-metrics Module: tokio/runtime/metrics R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-multi-thread-alt Run loom multi-thread alt tests on this PR
#6551 opened May 10, 2024 by conradludgate Loading…
Using sharded locks instead of a global lock for Timers A-tokio Area: The main tokio crate M-time Module: tokio/time R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-multi-thread-alt Run loom multi-thread alt tests on this PR R-loom-time-driver Run loom time driver tests on this PR
#6534 opened May 4, 2024 by wathenjiang Loading…
io: optimizing the chances of large write in copy_bidirectional and copy A-tokio Area: The main tokio crate M-io Module: tokio/io
#6532 opened May 3, 2024 by Armillus Loading…
Add read_until_slice A-tokio Area: The main tokio crate M-io Module: tokio/io
#6531 opened May 3, 2024 by Sytten Loading…
Implementation of notify_one_last_in method A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#6520 opened Apr 27, 2024 by pfreixes Loading…
Demonstrate markdown lint errors
#6481 opened Apr 12, 2024 by joshka Draft
feat(tokio-util): Add CancellationTokenWithReason A-tokio-util Area: The tokio-util crate M-sync Module: tokio/sync
#6453 opened Apr 2, 2024 by conradludgate Loading…
docs: Update license year to 2024 A-readme Area: Documentation that isn't part of any crate such as README.md or CONTRIBUTING.md
#6451 opened Apr 2, 2024 by joshka Loading…
fs: add read_at/write_at/seek_read/seek_write for fs::File A-tokio Area: The main tokio crate M-fs Module: tokio/fs
#6427 opened Mar 25, 2024 by SteveLauC Loading…
file: parameterize file position A-tokio Area: The main tokio crate M-fs Module: tokio/fs
#6381 opened Mar 6, 2024 by MarcusSorealheis Draft
Add unstable on_thread_park_id() to runtime Builder (for stuck task watchdog) A-tokio Area: The main tokio crate M-metrics Module: tokio/runtime/metrics M-runtime Module: tokio/runtime R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-multi-thread-alt Run loom multi-thread alt tests on this PR
#6370 opened Feb 29, 2024 by theron-eg Draft
fs: Spawn new write task while buf is not empty A-tokio Area: The main tokio crate M-fs Module: tokio/fs
#6330 opened Feb 7, 2024 by Xuanwo Loading…
runtime: only mitigate false sharing for multi-threaded runtimes A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-multi-thread-alt Run loom multi-thread alt tests on this PR
#6240 opened Dec 22, 2023 by Darksonn Loading…
feat: added spawn_aborting A-tokio-util Area: The tokio-util crate M-task Module: tokio/task
#6224 opened Dec 18, 2023 by dev-ardi Loading…
feat: add task counter pairs A-tokio Area: The main tokio crate M-metrics Module: tokio/runtime/metrics R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-multi-thread-alt Run loom multi-thread alt tests on this PR
#6114 opened Oct 27, 2023 by conradludgate Loading…
2 tasks
Allow disabling time auto-advance behavior in tests A-tokio Area: The main tokio crate M-time Module: tokio/time
#6113 opened Oct 26, 2023 by l4l Loading…
docs: add countdown latch example to Semaphore A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR T-docs Topic: documentation
#6105 opened Oct 24, 2023 by hawkw Loading…
driver: add support for registering file descriptors with user-specified flags A-tokio Area: The main tokio crate M-io Module: tokio/io M-net Module: tokio/net
#6089 opened Oct 19, 2023 by Noah-Kennedy Loading…
codec: allow AnyDelimiterCodec to take bytes A-tokio-util Area: The tokio-util crate M-codec Module: tokio-util/codec S-breaking-change A breaking change that requires manual coordination to be released.
#6082 opened Oct 16, 2023 by shikanime Loading…
More general interface for UdpFramed A-tokio-util Area: The tokio-util crate M-net Module: tokio/net S-breaking-change A breaking change that requires manual coordination to be released.
#5969 opened Sep 1, 2023 by GoldsteinE Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.