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

meta: Stabilize WASI support A-tokio Area: The main tokio crate C-enhancement Category: A PR with an enhancement or bugfix. T-wasm Topic: Web Assembly
#4827 opened Jul 12, 2022 by carllerche
2 of 6 tasks
Waiting for HUP on TCP socket A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-net Module: tokio/net
#3467 opened Jan 24, 2021 by benesch
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
Introduce AsyncHandle - a Windows version of AsyncFd A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-net Module: tokio/net
#3781 opened May 13, 2021 by udoprog
rt: Block-based bounded Workstealing queue for tokio A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-runtime Module: tokio/runtime
#5240 opened Nov 29, 2022 by jschwe
EnterGuard should impl Drop? (Compiler allows EnterGuard to exist after Runtime is dropped) A-tokio Area: The main tokio crate C-bug Category: This is a bug. M-runtime Module: tokio/runtime
#5395 opened Jan 24, 2023 by Gankra
Adding support for sending/receiving ICMP packets (and more generally raw IP packets)? A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-net Module: tokio/net S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author.
#2659 opened Jul 15, 2020 by gendx
meta: task dump stabilization A-tokio Area: The main tokio crate M-taskdump --cfg tokio_taskdump
#5638 opened Apr 20, 2023 by jswrenn
4 of 18 tasks
RFC: User-specified epoll flags A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-net Module: tokio/net T-performance Topic: performance and benchmarks
#6084 opened Oct 17, 2023 by Noah-Kennedy
Add a countdown latch example to Semaphore A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-sync Module: tokio/sync T-docs Topic: documentation
#6087 opened Oct 19, 2023 by mcches
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
write_all hangs after read on a pty slave A-tokio Area: The main tokio crate C-bug Category: This is a bug.
#5053 opened Sep 26, 2022 by russell-islam
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
Document performance considerations tokio::fs A-tokio Area: The main tokio crate C-maintenance Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Experience needed to fix: Easy / not much E-help-wanted Call for participation: Help is requested to fix this issue. M-fs Module: tokio/fs T-docs Topic: documentation T-performance Topic: performance and benchmarks
#2700 opened Jul 25, 2020 by Darksonn
OS specific File APIs 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. 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-fs Module: tokio/fs
#2636 opened Jun 29, 2020 by nomad010
Break up contributing.md A-tokio Area: The main tokio crate C-maintenance Category: PRs that clean code up or issues documenting cleanup. E-help-wanted Call for participation: Help is requested to fix this issue. T-docs Topic: documentation
#2707 opened Jul 28, 2020 by Darksonn
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
TcpStream::connect returns error with EAGAIN on mac A-tokio Area: The main tokio crate C-bug Category: This is a bug. M-net Module: tokio/net S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author.
#2553 opened May 21, 2020 by zekun000
regression: tokio::test in 1.38 eats my tests A-tokio Area: The main tokio crate C-bug Category: This is a bug.
#6610 opened Jun 3, 2024 by zeenix
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
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
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
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
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.