pravega-client-rust
pravega-client-rust copied to clipboard
Use futures channels
Problem description We should use https://docs.rs/futures/0.3.14/futures/channel/index.html for the channels in our public APIs so that users are not dependent on Tokio.
Problem location EventStreamWriter (probably others)
Suggestions for an improvement Futures is a generic crate and can be used without picking a runtime.