Artem Vorotnikov
Artem Vorotnikov
I'm afraid I cannot accept the PR unless you sign the CLA :(
It is a good solution. I would make boxing default though, as it will be the most popular use case. Another option is the feature flag which would open associated...
It is possible to use your own runtime, provided that [it is within the context of Tokio](https://github.com/libp2p/rust-libp2p/issues/1318#issuecomment-564636632).
@faern any progress on this?
I can confirm this issue is still present. ``` error[E0282]: type annotations needed error: aborting due to previous error ``` is about the worst Rust compiler error I have ever...
I don't understand. `libtest` at crates.io says this is the repository. And the crate is used by the larger ecosystem. Therefore fixing code here and publishing it should fix the...
r? @japaric
Is there an `#[async_stream]` replacement out there?
@withoutboats @ajsyp I have created an `async_stream` alternative based on futures 0.3 and generators. Hopefully it may put this package to rest. https://github.com/vorot93/gen-stream
@withoutboats Yes, I would.