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

Drop dependency on futures crate #246

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

paolobarbolini
Copy link
Contributor

This drops the futures crate by replacing all uses of Mutex with tokios mutexes. futures is a big dependency and we should be able to do everything with what tokio gives us. Using tokio API also makes tools like tokio-console work for this crate too.

@dermesser dermesser merged commit 6d1b283 into dermesser:master Feb 5, 2025
8 checks passed
dermesser added a commit that referenced this pull request Feb 5, 2025
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