pravega-client-rust icon indicating copy to clipboard operation
pravega-client-rust copied to clipboard

Use futures channels

Open tkaitchuck opened this issue 3 years ago • 0 comments

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.

tkaitchuck avatar May 07 '21 01:05 tkaitchuck