Skip to content

Issues: tokio-rs/tokio

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

io: recommend OwnedFd with AsyncFd A-tokio Area: The main tokio crate M-io Module: tokio/io T-docs Topic: documentation
#6821 opened Sep 4, 2024 by Darksonn Loading…
AsyncFd didn't close file descriptor on Drop A-tokio Area: The main tokio crate C-bug Category: This is a bug. M-io Module: tokio/io
#6820 opened Sep 4, 2024 by oing9179
Unbury the lede on tokio::sync::mutex docs R-loom-sync Run loom sync tests on this PR
#6819 opened Sep 4, 2024 by tbodt Loading…
Get length of channel on mpsc::Sender A-tokio Area: The main tokio crate C-feature-request Category: A feature request.
#6817 opened Sep 3, 2024 by barafael
time::timeout ignores panic and waits forever A-tokio Area: The main tokio crate C-bug Category: This is a bug. M-time Module: tokio/time
#6816 opened Sep 3, 2024 by stevenroose
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…
macros: render more comprehensible documentation for join! A-tokio Area: The main tokio crate M-macros Module: macros in the main Tokio crate T-docs Topic: documentation
#6814 opened Sep 2, 2024 by Rustin170506 Loading…
add example doc for SyncIoBridge A-tokio-util Area: The tokio-util crate M-io Module: tokio/io
#6813 opened Sep 2, 2024 by lixiang365 Loading…
Open up more test for Miri A-ci Area: The continuous integration setup A-tokio Area: The main tokio crate C-feature-request Category: A feature request.
#6812 opened Sep 1, 2024 by tiif
Use poll_fn from the standard library R-loom-current-thread Run loom current-thread 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
#6810 opened Aug 31, 2024 by eduardosm 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…
loom: add abstraction for RwLock to remove poisoning aspect A-tokio Area: The main tokio crate M-time Module: tokio/time R-loom-sync Run loom sync tests on this PR R-loom-time-driver Run loom time driver tests on this PR
#6807 opened Aug 30, 2024 by tglane Loading…
TcpStream cannot write more than 5760 bytes on ESP32 A-tokio Area: The main tokio crate C-bug Category: This is a bug. M-net Module: tokio/net
#6805 opened Aug 29, 2024 by victorbnl
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…
Fixes and Updates to README.md T-docs Topic: documentation
#6799 opened Aug 25, 2024 by 11droid Loading…
Minor Corrections and Updates for README.md A-tokio Area: The main tokio crate C-bug Category: This is a bug. T-docs Topic: documentation
#6798 opened Aug 25, 2024 by 11droid
Child process can be spawned even when tokio::process::Command::spawn returns an error A-tokio Area: The main tokio crate C-bug Category: This is a bug. M-process Module: tokio/process
#6797 opened Aug 25, 2024 by Maki325
Infallible version of spawn_blocking A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-task Module: tokio/task
#6796 opened Aug 22, 2024 by mineichen
Recommend alternatives to SyncIoBridge A-tokio-util Area: The tokio-util crate C-bug Category: This is a bug. E-help-wanted Call for participation: Help is requested to fix this issue. M-io Module: tokio/io T-docs Topic: documentation
#6795 opened Aug 20, 2024 by Darksonn
6 tasks
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…
ProTip! Exclude everything labeled bug with -label:bug.