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

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
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…
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
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
feat(tokio-util): Add CancellationTokenWithReason A-tokio-util Area: The tokio-util crate M-sync Module: tokio/sync
#6453 opened Apr 2, 2024 by conradludgate Loading…
tokio-util 0.7.9 should have bumped rust-version A-ci Area: The continuous integration setup A-tokio-util Area: The tokio-util crate C-bug Category: This is a bug.
#6125 opened Nov 3, 2023 by polarathene
LengthDelimitedCodec could support encoding borrowed buffers A-tokio-util Area: The tokio-util crate C-feature-request Category: A feature request. M-codec Module: tokio-util/codec S-breaking-change A breaking change that requires manual coordination to be released.
#6116 opened Oct 29, 2023 by GoldsteinE
codec: allow AnyDelimiterCodec to take bytes A-tokio-util Area: The tokio-util crate M-codec Module: tokio-util/codec S-breaking-change A breaking change that requires manual coordination to be released.
#6082 opened Oct 16, 2023 by shikanime Loading…
More general interface for UdpFramed A-tokio-util Area: The tokio-util crate M-net Module: tokio/net S-breaking-change A breaking change that requires manual coordination to be released.
#5969 opened Sep 1, 2023 by GoldsteinE Loading…
tokio_util::sync::PollSender::send_item does not actually ever return error in correct usage A-tokio-util Area: The tokio-util crate C-bug Category: This is a bug. M-sync Module: tokio/sync
#5802 opened Jun 17, 2023 by nakedible-p
StreamReader should implement AsyncWrite and SinkWriter should implement AsyncRead A-tokio-util Area: The tokio-util crate C-feature-request Category: A feature request. M-io Module: tokio/io
#5745 opened May 31, 2023 by nemosupremo
util: make tokio an optional dependency A-tokio-util Area: The tokio-util crate C-feature-request Category: A feature request. S-blocked Status: marked as blocked ❌ on something else such as a PR or other implementation work.
#5629 opened Apr 17, 2023 by udoprog
Add cause of cancel cancelation token A-tokio-util Area: The tokio-util crate C-feature-request Category: A feature request. M-sync Module: tokio/sync
#5249 opened Nov 30, 2022 by rekby
spawn_pinned is substantially more expensive than other spawn mechanisms A-tokio-util Area: The tokio-util crate C-bug Category: This is a bug. M-task Module: tokio/task
#4819 opened Jul 10, 2022 by futursolo
tokio-util's LengthDelimitedCodec doesn't adjust decoded length before checking overflow A-tokio-util Area: The tokio-util crate C-bug Category: This is a bug. M-codec Module: tokio-util/codec S-blocked Status: marked as blocked ❌ on something else such as a PR or other implementation work.
#4815 opened Jul 8, 2022 by minghuaw
UdpFramed decode errors hide the source of the malformed packet A-tokio-util Area: The tokio-util crate C-feature-request Category: A feature request. M-codec Module: tokio-util/codec S-blocked Status: marked as blocked ❌ on something else such as a PR or other implementation work.
#4589 opened Mar 29, 2022 by jasta
Support for non-contiguous buffers in tokio_util::codec::Encoder A-tokio-util Area: The tokio-util crate C-feature-request Category: A feature request. M-codec Module: tokio-util/codec
#4122 opened Sep 20, 2021 by lilyball
Provide Sink to AsyncWrite adaptor A-tokio-util Area: The tokio-util crate C-feature-request Category: A feature request.
#3750 opened May 5, 2021 by hutchisr
DelayQueue::try_remove A-tokio-util Area: The tokio-util crate C-feature-request Category: A feature request. M-time Module: tokio/time
#3558 opened Feb 25, 2021 by qm3ster
FramedRead / poll_read_buf don't keep track of initialized buffer parts A-tokio-util Area: The tokio-util crate M-codec Module: tokio-util/codec S-breaking-change A breaking change that requires manual coordination to be released.
#3417 opened Jan 13, 2021 by Fabian-Gruenbichler
ProTip! Exclude everything labeled bug with -label:bug.