Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/tokio-rs/async-stream
Asynchronous streams for Rust using async & await notation
https://github.com/tokio-rs/async-stream
Fix newly added clippy warning
taiki-e opened this pull request 14 days ago
taiki-e opened this pull request 14 days ago
Prepare v0.3.6 release
taiki-e opened this pull request 3 months ago
taiki-e opened this pull request 3 months ago
Fix CI failures
taiki-e opened this pull request 3 months ago
taiki-e opened this pull request 3 months ago
How do we idiomatically clean up resources after a stream is done being consumed?
jedwards1211 opened this issue 5 months ago
jedwards1211 opened this issue 5 months ago
Fix unsoundness issues #106 and #107
aumetra opened this pull request 6 months ago
aumetra opened this pull request 6 months ago
Module doesn't build on ARM target
mstepien-mobica opened this issue 8 months ago
mstepien-mobica opened this issue 8 months ago
Soundness hole: Use-after-free through mismatching lifetimes of stream item and yielded type
steffahn opened this issue 8 months ago
steffahn opened this issue 8 months ago
Soundness hole: transmuting item type using `yield` in a nested `async` block awaited in the wrong place
steffahn opened this issue 8 months ago
steffahn opened this issue 8 months ago
Experiment: replace thread locals with custom waker vtable
HyeonuPark opened this pull request 8 months ago
HyeonuPark opened this pull request 8 months ago
Fix CI failure
taiki-e opened this pull request 10 months ago
taiki-e opened this pull request 10 months ago
stream_mut() equivalent to iter_mut()?
dan-da opened this issue 10 months ago
dan-da opened this issue 10 months ago
Dependency on tokio_test is missing in the crate
graywolf opened this issue 10 months ago
graywolf opened this issue 10 months ago
Update CI config and fix CI failure
taiki-e opened this pull request 12 months ago
taiki-e opened this pull request 12 months ago
Fix CI failure
taiki-e opened this pull request over 1 year ago
taiki-e opened this pull request over 1 year ago
Upgrade to 2021 edition
taiki-e opened this pull request over 1 year ago
taiki-e opened this pull request over 1 year ago
Prepare v0.3.5 release
taiki-e opened this pull request over 1 year ago
taiki-e opened this pull request over 1 year ago
Bump MSRV to 1.56
taiki-e opened this pull request over 1 year ago
taiki-e opened this pull request over 1 year ago
Update to syn-2
maurer opened this pull request over 1 year ago
maurer opened this pull request over 1 year ago
Change Macros to Support Rust Analyzer Autocomplete
jbuckmccready opened this issue almost 2 years ago
jbuckmccready opened this issue almost 2 years ago
Example for an empty stream for stubbing
ydirson opened this issue almost 2 years ago
ydirson opened this issue almost 2 years ago
Update to syn 2.0
davidpdrsn opened this pull request almost 2 years ago
davidpdrsn opened this pull request almost 2 years ago
Prepare v0.3.4 release
taiki-e opened this pull request almost 2 years ago
taiki-e opened this pull request almost 2 years ago
Fix doc wording
peng1999 opened this pull request almost 2 years ago
peng1999 opened this pull request almost 2 years ago
Please issue a new release
ewilden opened this issue almost 2 years ago
ewilden opened this issue almost 2 years ago
`let` - `else` expressions don't work with try stream
Soremwar opened this issue almost 2 years ago
Soremwar opened this issue almost 2 years ago
Return a stream conditionally
Soremwar opened this issue almost 2 years ago
Soremwar opened this issue almost 2 years ago
Feature request: yield*
jakajancar opened this issue almost 2 years ago
jakajancar opened this issue almost 2 years ago
Break / Return / Exit early
jakajancar opened this issue almost 2 years ago
jakajancar opened this issue almost 2 years ago
Sorry, wrong repo .-.
GunnarMorrigan opened this issue almost 2 years ago
GunnarMorrigan opened this issue almost 2 years ago
Move doc(hidden) items to __private module and make yielder::pair unsafe
taiki-e opened this pull request about 2 years ago
taiki-e opened this pull request about 2 years ago
safe doc(hidden) APIs (async_stream::AsyncStream::new, async_stream::Sender::send, async_stream::pair) allow UB
ewilden opened this issue about 2 years ago
ewilden opened this issue about 2 years ago
Update ui test output to Rust 1.65.0
taiki-e opened this pull request about 2 years ago
taiki-e opened this pull request about 2 years ago
`try_stream!` / `stream!` with error close stream
BratSinot opened this issue about 2 years ago
BratSinot opened this issue about 2 years ago
Remove msrv field from .clippy.toml
taiki-e opened this pull request about 2 years ago
taiki-e opened this pull request about 2 years ago
Fix CI failure
taiki-e opened this pull request about 2 years ago
taiki-e opened this pull request about 2 years ago
Fix CI failure
taiki-e opened this pull request over 2 years ago
taiki-e opened this pull request over 2 years ago
Reduce `unsafe` usage
trevyn opened this pull request over 2 years ago
trevyn opened this pull request over 2 years ago
The scope of the unsafe block can be appropriately reduced
peamaeq opened this pull request over 2 years ago
peamaeq opened this pull request over 2 years ago
`#![no_std]` compatibility
ivan770 opened this issue over 2 years ago
ivan770 opened this issue over 2 years ago
Add `stream` and `try_stream` functions
SabrinaJewson opened this pull request over 2 years ago
SabrinaJewson opened this pull request over 2 years ago
Fix small typo in lib.rs module docstring
wolthom opened this pull request over 2 years ago
wolthom opened this pull request over 2 years ago
Preserve spans in macro invocations
trevyn opened this pull request over 2 years ago
trevyn opened this pull request over 2 years ago
Experiment with a proc-macro-free API
SabrinaJewson opened this issue over 2 years ago
SabrinaJewson opened this issue over 2 years ago
Prepare v0.3.3 release
taiki-e opened this pull request almost 3 years ago
taiki-e opened this pull request almost 3 years ago
Create GitHub release automatically
taiki-e opened this pull request almost 3 years ago
taiki-e opened this pull request almost 3 years ago
Rustfmt cannot format stream! blocks
vkgnosis opened this issue almost 3 years ago
vkgnosis opened this issue almost 3 years ago
Fix CI failure
taiki-e opened this pull request almost 3 years ago
taiki-e opened this pull request almost 3 years ago
Transform the inner expression of yield expressions
SabrinaJewson opened this pull request almost 3 years ago
SabrinaJewson opened this pull request almost 3 years ago
Cannot use "yield" and "?" on the same line
TheRealMintd opened this issue about 3 years ago
TheRealMintd opened this issue about 3 years ago
try_stream is !Send with ? and MutexGuard or try-block
elbaro opened this issue about 3 years ago
elbaro opened this issue about 3 years ago
Can't use ? if try_stream! wraps select!
stusmall opened this issue over 3 years ago
stusmall opened this issue over 3 years ago
Don't force zero-yield stream item type of '()'
SergioBenitez opened this pull request over 3 years ago
SergioBenitez opened this pull request over 3 years ago
Clean up CI config
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Prepare v0.3.2 release
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Remove dependency on `syn/extra-traits` feature
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
async_stream_impl 0.3.1 removes stream, try_stream, breaking async_stream =0.3.0
dfreese opened this issue over 3 years ago
dfreese opened this issue over 3 years ago
Expand 'yield' in internal macro calls.
SergioBenitez opened this pull request over 3 years ago
SergioBenitez opened this pull request over 3 years ago
Re-land #53
taiki-e opened this issue almost 4 years ago
taiki-e opened this issue almost 4 years ago
Revert "Let the ? operator work natively in try_stream!. (#53)"
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Disambiguate which proc_macro import to use
j-vanderstoep opened this pull request almost 4 years ago
j-vanderstoep opened this pull request almost 4 years ago
Let the ? operator work natively in try_stream!.
goffrie opened this pull request almost 4 years ago
goffrie opened this pull request almost 4 years ago
Prepare v0.3.1 release
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Update ui tests to latest stable
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Allow yielding !Unpin values.
goffrie opened this pull request almost 4 years ago
goffrie opened this pull request almost 4 years ago
Add note on Rust version requirement
DarrenTsung opened this pull request almost 4 years ago
DarrenTsung opened this pull request almost 4 years ago
Support no_std with a self-referential stream
Kestrer opened this pull request almost 4 years ago
Kestrer opened this pull request almost 4 years ago
Remove update_readme.sh
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Support reexporting from anywhere by wrapping in a declarative macro
Kestrer opened this pull request almost 4 years ago
Kestrer opened this pull request almost 4 years ago
Document for await syntax
Kestrer opened this pull request almost 4 years ago
Kestrer opened this pull request almost 4 years ago
Update tokio to 1
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Filter example
marcelbuesing opened this issue about 4 years ago
marcelbuesing opened this issue about 4 years ago
Fix cargo `documentation` urls
ids1024 opened this pull request about 4 years ago
ids1024 opened this pull request about 4 years ago
Fix warnings and deny warnings on CI
taiki-e opened this pull request about 4 years ago
taiki-e opened this pull request about 4 years ago
Implement Stream::size_hint method on AsyncStream
taiki-e opened this pull request about 4 years ago
taiki-e opened this pull request about 4 years ago
Add example of how to replace "tokio::stream::Stream::poll_next" function with async-strem
ppamorim opened this issue about 4 years ago
ppamorim opened this issue about 4 years ago
Update tokio to 0.3
taiki-e opened this pull request about 4 years ago
taiki-e opened this pull request about 4 years ago
Clarify this crate does not require unstable features
taiki-e opened this pull request over 4 years ago
taiki-e opened this pull request over 4 years ago
Remove outdated descriptions from docs
taiki-e opened this pull request over 4 years ago
taiki-e opened this pull request over 4 years ago
Proc macros in expression position are stable in 1.45+
abonander opened this issue over 4 years ago
abonander opened this issue over 4 years ago
Example for Streaming Borrowed Item
elbaro opened this issue over 4 years ago
elbaro opened this issue over 4 years ago
Type annotations
dbrgn opened this issue over 4 years ago
dbrgn opened this issue over 4 years ago
Prepare v0.3.0 release
carllerche opened this pull request over 4 years ago
carllerche opened this pull request over 4 years ago
Clarification regarding unstable features
dbrgn opened this issue over 4 years ago
dbrgn opened this issue over 4 years ago
Remove hack
taiki-e opened this pull request over 4 years ago
taiki-e opened this pull request over 4 years ago
Mismatched type for $crate::AsyncStreamHack
cannium opened this issue over 4 years ago
cannium opened this issue over 4 years ago
Maybe AsyncStream should explicitly implement Sync
mwcampbell opened this issue over 4 years ago
mwcampbell opened this issue over 4 years ago
yield inside tokio select! doesn't work
tekjar opened this issue almost 5 years ago
tekjar opened this issue almost 5 years ago
Explain pinning in README
kornelski opened this pull request almost 5 years ago
kornelski opened this pull request almost 5 years ago
Box::pin vs pin_mut!(s);
kornelski opened this issue almost 5 years ago
kornelski opened this issue almost 5 years ago
Prepare v0.2.1 release
carllerche opened this pull request almost 5 years ago
carllerche opened this pull request almost 5 years ago
Fix an issue with multiple try operators
taiki-e opened this pull request almost 5 years ago
taiki-e opened this pull request almost 5 years ago
failure::format_err! inside try_stream! strange behavior
serejkaaa512 opened this issue almost 5 years ago
serejkaaa512 opened this issue almost 5 years ago
try_stream! does not compile when using few ? operators in a row.
serejkaaa512 opened this issue almost 5 years ago
serejkaaa512 opened this issue almost 5 years ago
readme: update imports in examples
DominicWrege opened this pull request almost 5 years ago
DominicWrege opened this pull request almost 5 years ago
Fix UI test for 1.40
vorot93 opened this pull request about 5 years ago
vorot93 opened this pull request about 5 years ago
Replace Azure pipelines with GitHub actions
vorot93 opened this pull request about 5 years ago
vorot93 opened this pull request about 5 years ago
Update to Tokio 0.2
vorot93 opened this pull request about 5 years ago
vorot93 opened this pull request about 5 years ago
Prepare async-stream-impl 0.2
LucioFranco opened this pull request about 5 years ago
LucioFranco opened this pull request about 5 years ago
Prepare v0.2.0 release
kpp opened this pull request about 5 years ago
kpp opened this pull request about 5 years ago
Update to stable rust
kpp opened this pull request about 5 years ago
kpp opened this pull request about 5 years ago