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

time: small implementation cleanups A-tokio Area: The main tokio crate M-time Module: tokio/time R-loom-time-driver Run loom time driver tests on this PR
#6517 opened Apr 25, 2024 by paolobarbolini Loading…
time: lazy init TimerShared in TimerEntry A-tokio Area: The main tokio crate M-time Module: tokio/time R-loom-time-driver Run loom time driver tests on this PR
#6512 opened Apr 23, 2024 by wathenjiang Loading…
tokio: add mpsc::Receiver::max_capacity and mpsc::Receiver::capacity A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#6511 opened Apr 23, 2024 by mbrobbel Loading…
macros: append generated test attribute so others are aware of it A-tokio-macros Area: The tokio-macros crate
#6497 opened Apr 19, 2024 by kezhuw Loading…
Demonstrate markdown lint errors
#6481 opened Apr 12, 2024 by joshka Draft
Lint markdown docs A-readme Area: Documentation that isn't part of any crate such as README.md or CONTRIBUTING.md T-docs Topic: documentation
#6480 opened Apr 12, 2024 by joshka Loading…
tests: update nix dependency to 0.28 A-tokio Area: The main tokio crate M-io Module: tokio/io M-net Module: tokio/net S-blocked Status: marked as blocked ❌ on something else such as a PR or other implementation work.
#6474 opened Apr 9, 2024 by fkm3 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…
runtime: fix double-increment of num_idle_threads when shutdown A-tokio Area: The main tokio crate M-metrics Module: tokio/runtime/metrics M-runtime Module: tokio/runtime
#6440 opened Mar 29, 2024 by liuq19 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…
Adding support for QNX OS A-tokio Area: The main tokio crate
#6421 opened Mar 22, 2024 by SebastianSchildt 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…
Update naming around TcpListener::from_std so that it's harder to misuse A-tokio Area: The main tokio crate M-net Module: tokio/net
#5597 opened Apr 3, 2023 by Ten0 Draft
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.