Skip to content
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

Remove futures dependency from console-subscriber #460

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

asonix
Copy link
Contributor

@asonix asonix commented Aug 24, 2023

I noticed that console-subscriber was my only dependency pulling in the futures top-level library so I decided to try my hand at removing that dependency. This still relies on futures-task for an optimized NoopWaker

@asonix asonix requested a review from a team as a code owner August 24, 2023 23:00
Copy link
Member

@hawkw hawkw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems fine to me

@hawkw hawkw merged commit d176404 into tokio-rs:main Aug 24, 2023
11 checks passed
hawkw pushed a commit that referenced this pull request Sep 29, 2023
I noticed that `console-subscriber` was my only dependency pulling in
the `futures` top-level library so I decided to try my hand at removing
that dependency. This still relies on `futures-task` for an optimized
`NoopWaker`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants