- Notifications
You must be signed in to change notification settings - Fork 8
Pull requests: async-rs/stop-token
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add extension methods for using a StopToken, and use Result instead of Option
#5 by gavrie was closed Oct 2, 2021 Loading… updated Oct 2, 2021
Remove runtime dependency on
async-std by implementing a custom CondVar using the event_listener crate. #4 by soruh was closed Oct 2, 2021 Loading… updated Oct 2, 2021
feat: remove runtime dependency
#3 by dignifiedquire was closed Oct 2, 2021 Loading… updated Oct 2, 2021
Use a trait-based design for stop-token.
#10 by yoshuawuyts was merged Oct 2, 2021 Loading… updated Oct 2, 2021
Use stable async-std channels from async 1.9; this fixes the build. Drop the 'unstable' feature.
#8 by bgeron was closed Feb 5, 2021 Loading… updated Feb 5, 2021
ProTip! Add no:assignee to see everything that’s not assigned.