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

Downgrade back to Tokio 0.2 #415

Closed
5 tasks
romac opened this issue Nov 24, 2020 · 0 comments · Fixed by #417
Closed
5 tasks

Downgrade back to Tokio 0.2 #415

romac opened this issue Nov 24, 2020 · 0 comments · Fixed by #417
Assignees
Milestone

Comments

@romac
Copy link
Member

romac commented Nov 24, 2020

Crate

relayer

Summary

Let's get out of dependency hell and downgrade back to Tokio 0.2 for the low price of a Mutex lock when blocking on async task.

Problem Definition

The upgrade to Tokio 0.3 was poorly planned by myself, and done way to eagerly, which landed us in a dependency hell.

Proposal

Downgrade Tokio to v0.2, and wrap the tokio Runtime in a Arc<Mutex<_>>.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@romac romac added this to the v0.0.5 milestone Nov 24, 2020
@romac romac self-assigned this Nov 24, 2020
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 a pull request may close this issue.

1 participant