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

Issues list

Heavy contention on blocking A-tokio Area: The main tokio crate C-enhancement Category: A PR with an enhancement or bugfix. M-blocking Module: tokio/task/blocking T-performance Topic: performance and benchmarks
#2528 opened May 12, 2020 by jonhoo
Introspection of current running/idle threads and total spawned tasks A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-runtime Module: tokio/runtime M-tracing Tracing support in Tokio
#2510 opened May 10, 2020 by Kixiron
WouldBlock error with udp socket A-tokio Area: The main tokio crate C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue needs a Minimal Complete and Verifiable Example M-net Module: tokio/net
#2500 opened May 7, 2020 by bbigras
Investigate threaded runtime with single thread shutdown on Windows A-tokio Area: The main tokio crate C-bug Category: This is a bug. I-hang Program never terminates, resulting from infinite loops, deadlock, livelock, etc. M-runtime Module: tokio/runtime
#2499 opened May 7, 2020 by Darksonn
Stdin can block shutdown A-tokio Area: The main tokio crate C-bug Category: This is a bug. E-help-wanted Call for participation: Help is requested to fix this issue. I-hang Program never terminates, resulting from infinite loops, deadlock, livelock, etc. M-io Module: tokio/io
#2466 opened Apr 29, 2020 by Darksonn
Does not build with time feature and --cfg loom A-tokio Area: The main tokio crate C-question User questions that are neither feature requests nor bug reports
#2463 opened Apr 29, 2020 by faern
Ability to advance the Runtime or LocalSet until all tasks are Pending? A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-runtime Module: tokio/runtime S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author.
#2443 opened Apr 25, 2020 by EkardNT
rfc: reducing "runtime not found" confusion A-tokio Area: The main tokio crate C-proposal Category: a proposal and request for comments
#2435 opened Apr 23, 2020 by carllerche
io_uring A-tokio Area: The main tokio crate C-musing Category: musings about a better world M-net Module: tokio/net
#2411 opened Apr 17, 2020 by Darksonn
Idea: Differentiate between Task-local and "spawn-propagated" Task-local A-tokio Area: The main tokio crate C-musing Category: musings about a better world
#2396 opened Apr 11, 2020 by stuhood
Multithreaded runtime causes lot of single byte write syscalls A-tokio Area: The main tokio crate C-bug Category: This is a bug. E-help-wanted Call for participation: Help is requested to fix this issue. E-needs-mcve Call for participation: This issue needs a Minimal Complete and Verifiable Example M-net Module: tokio/net T-performance Topic: performance and benchmarks
#2287 opened Mar 1, 2020 by 95th
Windows UDS Support A-tokio Area: The main tokio crate C-feature-request Category: A feature request. E-help-wanted Call for participation: Help is requested to fix this issue. M-net Module: tokio/net
#2201 opened Jan 30, 2020 by mattsre
Excessive stack usage when using tokio::spawn in debug builds A-tokio Area: The main tokio crate C-bug Category: This is a bug. E-help-wanted Call for participation: Help is requested to fix this issue. E-medium Call for participation: Experience needed to fix: Medium / intermediate M-task Module: tokio/task
#2055 opened Jan 5, 2020 by udoprog
Stop runtime on task panic A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-runtime Module: tokio/runtime
#2002 opened Dec 20, 2019 by mikhailOK
request: Delay preserves ordering A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-time Module: tokio/time
#1775 opened Nov 15, 2019 by bartlomieju
UnixDatagram: no way to signal EOF to the peer A-tokio Area: The main tokio crate C-bug Category: This is a bug. E-help-wanted Call for participation: Help is requested to fix this issue. M-net Module: tokio/net S-blocked Status: marked as blocked ❌ on something else such as a PR or other implementation work.
#1679 opened Oct 23, 2019 by jean-airoldie
Feature request: read_at/write_at for tokio::fs::File A-tokio Area: The main tokio crate C-feature-accepted Category: A feature request that has been accepted pending implementation. C-feature-request Category: A feature request. M-fs Module: tokio/fs
#1529 opened Sep 3, 2019 by asomers
ProTip! Exclude everything labeled bug with -label:bug.