CodeChain-io / CodeChain-io/foundry
Replace util/io with tokio
Open
refactoring
- Dominant language
- Rust
- Stars
- 36
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the network uses util/io.
It returns a token on an event, instead of the related stream. So the network module should manage the relationship between the token and the stream.
If the network module uses tokio, this complexity can be removed.
Contributor guide
Assessment
This issue has not been assessed yet.