-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Support peek() 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
If tokio::sync::Notify notify() is invoked prior to tokio::sync::Notify notfied().await, then the call to notified().await will result in perpetual blocking without being notified.
A-tokio
Area: The main tokio crate
C-bug
Category: This is a bug.
M-sync
Module: tokio/sync
#6952
opened Nov 5, 2024 by
ybbh
sync: Update broadcast::recv to return a named future
A-tokio
Area: The main tokio crate
M-sync
Module: tokio/sync
R-loom-sync
Run loom sync tests on this PR
#6908
opened Oct 17, 2024 by
jplatte
Loading…
Unbury the lede on tokio::sync::mutex docs
A-tokio
Area: The main tokio crate
M-sync
Module: tokio/sync
R-loom-sync
Run loom sync tests on this PR
T-docs
Topic: documentation
#6819
opened Sep 4, 2024 by
tbodt
Loading…
sync: add Sender<T>::closed future
A-tokio
Area: The main tokio crate
M-sync
Module: tokio/sync
R-loom-sync
Run loom sync tests on this PR
#6685
opened Jul 14, 2024 by
evanrittenhouse
Loading…
Add Area: The main tokio crate
C-feature-request
Category: A feature request.
M-sync
Module: tokio/sync
broadcast::Sender::closed
Future
A-tokio
#6649
opened Jun 19, 2024 by
schmidma
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
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…
Add Area: The main tokio crate
C-feature-request
Category: A feature request.
M-sync
Module: tokio/sync
Sender::len
to mpsc channel
A-tokio
#6314
opened Jan 30, 2024 by
barafael
Notify uses SeqCst orderings, but acquire/release is enough
A-tokio
Area: The main tokio crate
C-bug
Category: This is a bug.
M-sync
Module: tokio/sync
#6266
opened Jan 4, 2024 by
wang384670111
docs: add countdown latch example to Area: The main tokio crate
M-sync
Module: tokio/sync
R-loom-sync
Run loom sync tests on this PR
T-docs
Topic: documentation
Semaphore
A-tokio
#6105
opened Oct 24, 2023 by
hawkw
Loading…
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
docs: Area: The main tokio crate
C-bug
Category: This is a bug.
M-sync
Module: tokio/sync
T-docs
Topic: documentation
tokio::sync::mpsc
can still be read when all senders are dropped
A-tokio
#6053
opened Oct 6, 2023 by
tae-soo-kim
tokio_util::sync::PollSender::send_item
does not actually ever return error in correct usage
A-tokio-util
#5802
opened Jun 17, 2023 by
nakedible-p
Reduce contention in broadcast channel
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-sync
Module: tokio/sync
T-performance
Topic: performance and benchmarks
#5465
opened Feb 17, 2023 by
Darksonn
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
Doc of mutex advising std blocking mutex look totally misleading
A-tokio
Area: The main tokio crate
C-bug
Category: This is a bug.
M-sync
Module: tokio/sync
T-docs
Topic: documentation
#5024
opened Sep 17, 2022 by
Stargateur
Provide broadcast::Sender::new and watch::Sender::new functions
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
M-sync
Module: tokio/sync
#4958
opened Aug 30, 2022 by
JanBeh
Add an async Once type.
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
M-sync
Module: tokio/sync
#4684
opened May 12, 2022 by
VixieTSQ
Add tokio::sync::mpsc::UnboundedSender::send_many to improve the case of sending many values to an unbounded channel at once.
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
M-sync
Module: tokio/sync
#4643
opened Apr 28, 2022 by
FSMaxB
Semaphore::acquire_many API with Area: The main tokio crate
C-feature-request
Category: A feature request.
M-sync
Module: tokio/sync
usize
count
A-tokio
#4446
opened Jan 29, 2022 by
danburkert
async map functions for tokio::sync::RwLock
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
M-sync
Module: tokio/sync
#4305
opened Dec 7, 2021 by
agraven
Document what parts of Tokio can be used without its runtime
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
M-io
Module: tokio/io
M-sync
Module: tokio/sync
M-time
Module: tokio/time
#4232
opened Nov 14, 2021 by
surban
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.