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

Upgrade Tokio to version 0.3.0 #402

Closed
5 tasks done
romac opened this issue Nov 16, 2020 · 0 comments · Fixed by #401
Closed
5 tasks done

Upgrade Tokio to version 0.3.0 #402

romac opened this issue Nov 16, 2020 · 0 comments · Fixed by #401
Assignees
Labels
I: logic Internal: related to the relaying logic
Milestone

Comments

@romac
Copy link
Member

romac commented Nov 16, 2020

Already implemented in #401.

Crate

relayer, relayer-cli, modules

Summary

Upgrade Tokio to version 0.3 to benefit from it's improved Runtime to facilitate integration of the upcoming chain runtime.

Problem Definition

The upcoming chain runtime needs to bridge the gap between async and sync code.

The improved Runtime in Tokio 0.3 would help us implement a better chain runtime, thanks to its ability to be wrapped in an Arc, and shared between threads and components while still allowing to block_on futures.

Proposal

Upgrade Tokio to version 0.3.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@romac romac added the I: logic Internal: related to the relaying logic label Nov 16, 2020
@romac romac added this to the v0.0.5 milestone Nov 16, 2020
@romac romac self-assigned this Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: logic Internal: related to the relaying logic
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant