forest icon indicating copy to clipboard operation
forest copied to clipboard

Use tokio instead of async-std for everything except task spawning

Open lemmih opened this issue 1 year ago • 0 comments

Issue summary

Before switching the executor from async-std to tokio, we can gradually move away from async-std structures. This means using tokio channels, streams, etc instead of their async-std counterpart.

Other information and links

lemmih avatar Sep 22 '22 12:09 lemmih