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

Add .len() method to UnboundedSender A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-sync Module: tokio/sync
#7077 opened Jan 8, 2025 by tqwewe
Race-condition on shutdown of current-thread runtime? A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-runtime Module: tokio/runtime
#7056 opened Dec 30, 2024 by thomaseizinger
Alternative to Runtime::enter that doesn't return a guard A-tokio Area: The main tokio crate C-feature-request Category: A feature request.
#7040 opened Dec 16, 2024 by dev-ardi
Implement a join_all convenience function A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-task Module: tokio/task
#7034 opened Dec 13, 2024 by FalkWoldmann
Add helper functions to the histogram for easier mapping between bucket and time A-tokio Area: The main tokio crate C-feature-request Category: A feature request.
#7033 opened Dec 13, 2024 by 0xdeafbeef
Add WeakSender for tokio::sync::broadcast A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-sync Module: tokio/sync
#7003 opened Dec 2, 2024 by Carter12s
uv_backend_fd like support to make integration to OS gui event loop possible! A-tokio Area: The main tokio crate C-feature-request Category: A feature request. T-wasm Topic: Web Assembly
#6994 opened Nov 27, 2024 by congzhangzh
Support ready() for mpsc::Receiver A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-sync Module: tokio/sync
#6965 opened Nov 9, 2024 by shade
CancellationToken: Option to only trigger "drop guard" if dropped while panicking A-tokio-util Area: The tokio-util crate C-feature-request Category: A feature request. M-sync Module: tokio/sync
#6956 opened Nov 6, 2024 by jamesmunns
Debugging tokio async application A-tokio Area: The main tokio crate C-feature-request Category: A feature request.
#6950 opened Nov 2, 2024 by godzie44
Feature request: Allow non-Send broadcast values in more (generic) contexts A-tokio-stream Area: The tokio-stream crate A-tokio-util Area: The tokio-util crate C-feature-request Category: A feature request.
#6902 opened Oct 14, 2024 by jplatte
LengthDelimitedCodec should support [u8] A-tokio-util Area: The tokio-util crate C-feature-request Category: A feature request. M-codec Module: tokio-util/codec
#6895 opened Oct 10, 2024 by wraitii
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
Improving platform support for illumos (CI, etc) A-ci Area: The continuous integration setup A-tokio Area: The main tokio crate C-feature-request Category: A feature request.
#6763 opened Aug 9, 2024 by hawkw
Tokio Might Need a Safe Method to Refresh Runtime A-tokio Area: The main tokio crate C-feature-request Category: A feature request.
#6760 opened Aug 9, 2024 by lithbitren
Stronger close() semantics for TaskTracker A-tokio-util Area: The tokio-util crate C-feature-request Category: A feature request. M-task Module: tokio/task
#6759 opened Aug 8, 2024 by conradludgate
Add a LocalRuntime for replacing Runtime+LocalSet A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-runtime Module: tokio/runtime
#6739 opened Aug 1, 2024 by Darksonn
A more useful UDP echo example A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-net Module: tokio/net T-docs Topic: documentation
#6737 opened Jul 31, 2024 by Zoxc
Waiting for things to shut down - 2 A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-task Module: tokio/task
#6669 opened Jul 1, 2024 by GilShoshan94
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
2 of 25 tasks
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
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
Missing IsTerminal::is_terminal for files and stdin A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-io Module: tokio/io M-process Module: tokio/process S-blocked-on-msrv Status: need an MSRV bump to progress
#6407 opened Mar 16, 2024 by ventaquil
ProTip! Adding no:label will show everything without a label.