Skip to content

Pull requests: tokio-rs/tokio

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

Pull requests list

doc: Fix a symbol issue
#6852 opened Sep 17, 2024 by vxzyfx Loading…
sync, coop: apply cooperative scheduling to sync::watch A-tokio Area: The main tokio crate M-coop Module: tokio/coop M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#6846 opened Sep 14, 2024 by tglane Loading…
sync: add watch::Sender::sender_count A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#6836 opened Sep 10, 2024 by soerenmeier Loading…
Documentation: Improve WASM support documentation A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime T-docs Topic: documentation T-wasm Topic: Web Assembly
#6835 opened Sep 10, 2024 by 9SMTM6 Loading…
Unbury the lede on tokio::sync::mutex docs 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
#6819 opened Sep 4, 2024 by tbodt Loading…
Add documentation for SyncIoBridge with examples and alternatives A-tokio-util Area: The tokio-util crate M-io Module: tokio/io T-docs Topic: documentation
#6815 opened Sep 3, 2024 by Nathy-bajo Loading…
rt: add LocalRuntime 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
#6808 opened Aug 30, 2024 by Noah-Kennedy Loading…
process: kill child on error while spawning A-tokio Area: The main tokio crate M-process Module: tokio/process
#6803 opened Aug 27, 2024 by Maki325 Loading…
JoinSet, clarify behaviour of blocking code under abort/drop A-tokio Area: The main tokio crate M-task Module: tokio/task T-docs Topic: documentation
#6802 opened Aug 27, 2024 by dvdsk Loading…
task: stabilize Id A-tokio Area: The main tokio crate M-task Module: tokio/task 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
#6793 opened Aug 18, 2024 by evanrittenhouse Loading…
Comment description error A-tokio Area: The main tokio crate M-net Module: tokio/net T-docs Topic: documentation
#6791 opened Aug 18, 2024 by michael88888888 Loading…
clippy fixes 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 R-loom-sync Run loom sync tests on this PR R-loom-time-driver Run loom time driver tests on this PR
#6789 opened Aug 17, 2024 by barafael Loading…
rfc: propose an FFI API A-tokio Area: The main tokio crate C-proposal Category: a proposal and request for comments
#6780 opened Aug 15, 2024 by Noah-Kennedy Loading…
task: illumos/Solaris have thread-local weirdness A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime
#6777 opened Aug 14, 2024 by hawkw Loading…
add a basic illumos test job A-ci Area: The continuous integration setup
#6769 opened Aug 12, 2024 by hawkw Draft
Added explanatory comments in runtime.rs for better understanding for… A-tokio Area: The main tokio crate M-metrics Module: tokio/runtime/metrics T-docs Topic: documentation
#6747 opened Aug 4, 2024 by SarthakPaandey Loading…
Use web-time for tokio::time::Instant on wasm32-unknown-unknown A-tokio Area: The main tokio crate M-time Module: tokio/time T-wasm Topic: Web Assembly
#6740 opened Aug 1, 2024 by simlay Loading…
time: avoid traversing entries in the time wheel twice A-tokio Area: The main tokio crate M-time Module: tokio/time R-loom-time-driver Run loom time driver tests on this PR
#6718 opened Jul 24, 2024 by wathenjiang Loading…
Show data as text when an tokio_test::io assert fails A-tokio-test Area: The tokio-test crate
#6690 opened Jul 16, 2024 by joerivanruth Loading…
sync: add Sender<T>::closed future A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#6685 opened Jul 14, 2024 by evanrittenhouse 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…
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
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…
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…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.