You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 anArc
, and shared between threads and components while still allowing toblock_on
futures.Proposal
Upgrade Tokio to version 0.3.
For Admin Use
The text was updated successfully, but these errors were encountered: