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

tokio::time::timeout should support std::future::IntoFuture A-tokio Area: The main tokio crate C-feature-request Category: A feature request.
#6665 opened Jun 28, 2024 by alexheretic
Implement join_all and try_join_all on JoinSet A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-task Module: tokio/task
#6664 opened Jun 27, 2024 by FalkWoldmann
Implicitly inherit special Task local state during task spawning A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-task Module: tokio/task
#6659 opened Jun 27, 2024 by junderw
Making the Stream adaptor structures public in tokio-stream A-tokio Area: The main tokio crate C-feature-request Category: A feature request.
#6656 opened Jun 25, 2024 by sharpened-nacho
AsyncFd's methods are missing information about cancel safety 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-io Module: tokio/io T-docs Topic: documentation
#6654 opened Jun 24, 2024 by kckeiks
Get mpsc::Sender count on mpsc::Receiver 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-sync Module: tokio/sync
#6653 opened Jun 24, 2024 by barafael
Add broadcast::Sender::closed Future A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-sync Module: tokio/sync
#6649 opened Jun 19, 2024 by schmidma
Identify if thread being created is a worker or blocking in thread_name_fn A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-runtime Module: tokio/runtime
#6646 opened Jun 17, 2024 by dinhani
Unreadable AsyncFd cannot be polled correctly with Interest::READABLE with epoll on Linux A-tokio Area: The main tokio crate C-bug Category: This is a bug. M-io Module: tokio/io
#6632 opened Jun 12, 2024 by XOR-op
Unable to use the docsrs configuration under Windows A-tokio Area: The main tokio crate C-bug Category: This is a bug. T-docs Topic: documentation
#6625 opened Jun 9, 2024 by Coding-Badly
Internal panics in CurrentThread::block_on() under WSLv1 A-tokio Area: The main tokio crate C-bug Category: This is a bug.
#6620 opened Jun 6, 2024 by mqudsi
Panic at linked_list.rs - reborn A-tokio Area: The main tokio crate C-bug Category: This is a bug.
#6597 opened May 29, 2024 by chroche
Use [lints.rust.unexpected_cfgs.check-cfg] instead of hacky check-cfg workaround A-ci Area: The continuous integration setup
#6583 opened May 24, 2024 by Urgau
Vectored IO for write_all_buf A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-io Module: tokio/io
#6575 opened May 21, 2024 by conradludgate
Proposed list of Metrics to Stabilize A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-metrics Module: tokio/runtime/metrics
#6546 opened May 8, 2024 by rcoh
1 of 25 tasks
Run benchmarks in CI A-benches Area: Benchmarks A-ci Area: The continuous integration setup E-help-wanted Call for participation: Help is requested to fix this issue. E-medium Call for participation: Experience needed to fix: Medium / intermediate
#6539 opened May 5, 2024 by Darksonn
Fix test yield_calls_park_before_scheduling_again A-tokio Area: The main tokio crate 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-runtime Module: tokio/runtime
#6536 opened May 4, 2024 by Darksonn
Support stdin/stdout (io-std feature) in WASM A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-io Module: tokio/io T-wasm Topic: Web Assembly
#6516 opened Apr 25, 2024 by Timmmm
Proposal provide support for notifying the latest added waiter (LIFO) for the Notify interface A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-sync Module: tokio/sync
#6506 opened Apr 22, 2024 by pfreixes
JoinHandle wakers are kept alive longer than necessary A-tokio Area: The main tokio crate M-task Module: tokio/task
#6505 opened Apr 21, 2024 by Darksonn
Reduce contention in timer driver A-tokio Area: The main tokio crate E-hard Call for participation: Experience needed to fix: Hard / a lot E-help-wanted Call for participation: Help is requested to fix this issue. M-runtime Module: tokio/runtime M-time Module: tokio/time T-performance Topic: performance and benchmarks
#6504 opened Apr 21, 2024 by Darksonn
3 tasks done
Support wasi-cli (stdin, stdout) A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-io Module: tokio/io T-wasm Topic: Web Assembly
#6501 opened Apr 20, 2024 by Timmmm
Consider implementing JoinHandle::try_join A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-task Module: tokio/task
#6488 opened Apr 15, 2024 by andreastedile
Use wasm32-wasip1 target A-tokio Area: The main tokio crate E-help-wanted Call for participation: Help is requested to fix this issue. T-wasm Topic: Web Assembly
#6484 opened Apr 14, 2024 by Darksonn
Test worker_steal_count hangs sometimes A-ci Area: The continuous integration setup A-tokio Area: The main tokio crate E-help-wanted Call for participation: Help is requested to fix this issue. M-metrics Module: tokio/runtime/metrics
#6470 opened Apr 7, 2024 by Darksonn
ProTip! Exclude everything labeled bug with -label:bug.