client-rust
client-rust copied to clipboard
Bind to the tokio ecosystem?
We use several tokio components in the code, which requires the tokio runtime. ~We should replace them with runtime independent ones, e.g. futures-timer.~
If we cannot get rid of it, we can consider fully accept the tokio components instead of using runtime-independent ones.