GitHub / tokio-rs/async-stream issues and pull requests
#116 - `stream!` vs `try_stream!`
Issue -
State: open - Opened by leif-hesperides 3 months ago
#115 - Make AsyncStream Sync even if the inner future is not
Pull Request -
State: open - Opened by swlynch99 5 months ago
- 1 comment
#114 - make_stream without macro?
Issue -
State: open - Opened by tisonkun 7 months ago
#113 - Fix newly added clippy warning
Pull Request -
State: closed - Opened by taiki-e 8 months ago
#112 - Prepare v0.3.6 release
Pull Request -
State: closed - Opened by taiki-e 10 months ago
#111 - Fix CI failures
Pull Request -
State: closed - Opened by taiki-e 11 months ago
#110 - How do we idiomatically clean up resources after a stream is done being consumed?
Issue -
State: open - Opened by jedwards1211 about 1 year ago
#109 - Fix unsoundness issues #106 and #107
Pull Request -
State: closed - Opened by aumetra about 1 year ago
- 8 comments
#108 - Module doesn't build on ARM target
Issue -
State: closed - Opened by mstepien-mobica over 1 year ago
- 2 comments
#107 - Soundness hole: Use-after-free through mismatching lifetimes of stream item and yielded type
Issue -
State: closed - Opened by steffahn over 1 year ago
#106 - Soundness hole: transmuting item type using `yield` in a nested `async` block awaited in the wrong place
Issue -
State: closed - Opened by steffahn over 1 year ago
#105 - Experiment: replace thread locals with custom waker vtable
Pull Request -
State: open - Opened by HyeonuPark over 1 year ago
#104 - Fix CI failure
Pull Request -
State: closed - Opened by taiki-e over 1 year ago
#103 - stream_mut() equivalent to iter_mut()?
Issue -
State: closed - Opened by dan-da over 1 year ago
- 3 comments
#102 - Dependency on tokio_test is missing in the crate
Issue -
State: closed - Opened by graywolf over 1 year ago
- 2 comments
#101 - Update CI config and fix CI failure
Pull Request -
State: closed - Opened by taiki-e over 1 year ago
#100 - Fix CI failure
Pull Request -
State: closed - Opened by taiki-e almost 2 years ago
#99 - Upgrade to 2021 edition
Pull Request -
State: closed - Opened by taiki-e about 2 years ago
#98 - Prepare v0.3.5 release
Pull Request -
State: closed - Opened by taiki-e over 2 years ago
#97 - Bump MSRV to 1.56
Pull Request -
State: closed - Opened by taiki-e over 2 years ago
#96 - Update to syn-2
Pull Request -
State: closed - Opened by maurer over 2 years ago
- 1 comment
#95 - Change Macros to Support Rust Analyzer Autocomplete
Issue -
State: open - Opened by jbuckmccready over 2 years ago
- 2 comments
#94 - Example for an empty stream for stubbing
Issue -
State: open - Opened by ydirson over 2 years ago
- 2 comments
#93 - Update to syn 2.0
Pull Request -
State: closed - Opened by davidpdrsn over 2 years ago
- 3 comments
#92 - Prepare v0.3.4 release
Pull Request -
State: closed - Opened by taiki-e over 2 years ago
#91 - Fix doc wording
Pull Request -
State: closed - Opened by peng1999 over 2 years ago
- 2 comments
#90 - Please issue a new release
Issue -
State: closed - Opened by ewilden over 2 years ago
#89 - `let` - `else` expressions don't work with try stream
Issue -
State: closed - Opened by Soremwar over 2 years ago
- 2 comments
#88 - Return a stream conditionally
Issue -
State: closed - Opened by Soremwar over 2 years ago
- 1 comment
#87 - Feature request: yield*
Issue -
State: open - Opened by jakajancar over 2 years ago
#86 - Break / Return / Exit early
Issue -
State: closed - Opened by jakajancar over 2 years ago
- 2 comments
#85 - Sorry, wrong repo .-.
Issue -
State: closed - Opened by GunnarMorrigan over 2 years ago
#84 - Move doc(hidden) items to __private module and make yielder::pair unsafe
Pull Request -
State: closed - Opened by taiki-e over 2 years ago
- 5 comments
#83 - safe doc(hidden) APIs (async_stream::AsyncStream::new, async_stream::Sender::send, async_stream::pair) allow UB
Issue -
State: closed - Opened by ewilden over 2 years ago
- 3 comments
#82 - Update ui test output to Rust 1.65.0
Pull Request -
State: closed - Opened by taiki-e over 2 years ago
#81 - `try_stream!` / `stream!` with error close stream
Issue -
State: open - Opened by BratSinot almost 3 years ago
- 4 comments
#80 - Remove msrv field from .clippy.toml
Pull Request -
State: closed - Opened by taiki-e almost 3 years ago
#79 - Fix CI failure
Pull Request -
State: closed - Opened by taiki-e almost 3 years ago
#78 - Fix CI failure
Pull Request -
State: closed - Opened by taiki-e almost 3 years ago
#77 - Reduce `unsafe` usage
Pull Request -
State: closed - Opened by trevyn about 3 years ago
#76 - The scope of the unsafe block can be appropriately reduced
Pull Request -
State: closed - Opened by peamaeq about 3 years ago
#75 - `#![no_std]` compatibility
Issue -
State: closed - Opened by ivan770 about 3 years ago
#74 - Add `stream` and `try_stream` functions
Pull Request -
State: open - Opened by SabrinaJewson about 3 years ago
- 16 comments
#73 - Fix small typo in lib.rs module docstring
Pull Request -
State: closed - Opened by wolthom about 3 years ago
- 1 comment
#72 - Preserve spans in macro invocations
Pull Request -
State: closed - Opened by trevyn over 3 years ago
#71 - Experiment with a proc-macro-free API
Issue -
State: open - Opened by SabrinaJewson over 3 years ago
- 2 comments
#70 - Prepare v0.3.3 release
Pull Request -
State: closed - Opened by taiki-e over 3 years ago
#69 - Create GitHub release automatically
Pull Request -
State: closed - Opened by taiki-e over 3 years ago
#68 - Rustfmt cannot format stream! blocks
Issue -
State: open - Opened by vkgnosis over 3 years ago
- 2 comments
#67 - Fix CI failure
Pull Request -
State: closed - Opened by taiki-e over 3 years ago
#66 - Transform the inner expression of yield expressions
Pull Request -
State: closed - Opened by SabrinaJewson over 3 years ago
- 1 comment
#65 - Cannot use "yield" and "?" on the same line
Issue -
State: closed - Opened by TheRealMintd over 3 years ago
#64 - try_stream is !Send with ? and MutexGuard or try-block
Issue -
State: open - Opened by elbaro over 3 years ago
- 2 comments
#63 - Can't use ? if try_stream! wraps select!
Issue -
State: open - Opened by stusmall almost 4 years ago
- 4 comments
#62 - Don't force zero-yield stream item type of '()'
Pull Request -
State: open - Opened by SergioBenitez about 4 years ago
- 6 comments
#61 - Clean up CI config
Pull Request -
State: closed - Opened by taiki-e about 4 years ago
#60 - Prepare v0.3.2 release
Pull Request -
State: closed - Opened by taiki-e about 4 years ago
#59 - Remove dependency on `syn/extra-traits` feature
Pull Request -
State: closed - Opened by taiki-e about 4 years ago
#58 - async_stream_impl 0.3.1 removes stream, try_stream, breaking async_stream =0.3.0
Issue -
State: closed - Opened by dfreese over 4 years ago
- 1 comment
#57 - Expand 'yield' in internal macro calls.
Pull Request -
State: closed - Opened by SergioBenitez over 4 years ago
- 10 comments
#56 - Re-land #53
Issue -
State: open - Opened by taiki-e over 4 years ago
#55 - Revert "Let the ? operator work natively in try_stream!. (#53)"
Pull Request -
State: closed - Opened by taiki-e over 4 years ago
#54 - Disambiguate which proc_macro import to use
Pull Request -
State: closed - Opened by j-vanderstoep over 4 years ago
- 1 comment
#53 - Let the ? operator work natively in try_stream!.
Pull Request -
State: closed - Opened by goffrie over 4 years ago
- 8 comments
#52 - Prepare v0.3.1 release
Pull Request -
State: closed - Opened by taiki-e over 4 years ago
- 1 comment
#51 - Update ui tests to latest stable
Pull Request -
State: closed - Opened by taiki-e over 4 years ago
#50 - Allow yielding !Unpin values.
Pull Request -
State: closed - Opened by goffrie over 4 years ago
#49 - Add note on Rust version requirement
Pull Request -
State: closed - Opened by DarrenTsung over 4 years ago
- 1 comment
#48 - Support no_std with a self-referential stream
Pull Request -
State: closed - Opened by Kestrer over 4 years ago
- 1 comment
#47 - Remove update_readme.sh
Pull Request -
State: closed - Opened by taiki-e over 4 years ago
#46 - Support reexporting from anywhere by wrapping in a declarative macro
Pull Request -
State: closed - Opened by Kestrer over 4 years ago
- 2 comments
#45 - Document for await syntax
Pull Request -
State: closed - Opened by Kestrer over 4 years ago
- 1 comment
#44 - Update tokio to 1
Pull Request -
State: closed - Opened by taiki-e over 4 years ago
#43 - Filter example
Issue -
State: closed - Opened by marcelbuesing over 4 years ago
- 1 comment
#42 - Fix cargo `documentation` urls
Pull Request -
State: closed - Opened by ids1024 almost 5 years ago
- 1 comment
#41 - Fix warnings and deny warnings on CI
Pull Request -
State: closed - Opened by taiki-e almost 5 years ago
#40 - Implement Stream::size_hint method on AsyncStream
Pull Request -
State: closed - Opened by taiki-e almost 5 years ago
#39 - Add example of how to replace "tokio::stream::Stream::poll_next" function with async-strem
Issue -
State: closed - Opened by ppamorim almost 5 years ago
- 2 comments
#38 - Update tokio to 0.3
Pull Request -
State: closed - Opened by taiki-e almost 5 years ago
#37 - Clarify this crate does not require unstable features
Pull Request -
State: closed - Opened by taiki-e almost 5 years ago
#36 - Remove outdated descriptions from docs
Pull Request -
State: closed - Opened by taiki-e almost 5 years ago
#35 - Proc macros in expression position are stable in 1.45+
Issue -
State: closed - Opened by abonander almost 5 years ago
- 2 comments
#34 - Example for Streaming Borrowed Item
Issue -
State: closed - Opened by elbaro almost 5 years ago
- 5 comments
#33 - Type annotations
Issue -
State: open - Opened by dbrgn almost 5 years ago
- 4 comments
#32 - Prepare v0.3.0 release
Pull Request -
State: closed - Opened by carllerche almost 5 years ago
- 2 comments
#31 - Clarification regarding unstable features
Issue -
State: closed - Opened by dbrgn almost 5 years ago
#30 - Remove hack
Pull Request -
State: closed - Opened by taiki-e about 5 years ago
- 2 comments
#29 - Mismatched type for $crate::AsyncStreamHack
Issue -
State: closed - Opened by cannium about 5 years ago
- 2 comments
#28 - Maybe AsyncStream should explicitly implement Sync
Issue -
State: closed - Opened by mwcampbell over 5 years ago
- 3 comments
#27 - yield inside tokio select! doesn't work
Issue -
State: closed - Opened by tekjar over 5 years ago
- 4 comments
#26 - Explain pinning in README
Pull Request -
State: closed - Opened by kornelski over 5 years ago
- 1 comment
#25 - Box::pin vs pin_mut!(s);
Issue -
State: open - Opened by kornelski over 5 years ago
- 1 comment
#24 - Prepare v0.2.1 release
Pull Request -
State: closed - Opened by carllerche over 5 years ago
#23 - Fix an issue with multiple try operators
Pull Request -
State: closed - Opened by taiki-e over 5 years ago
#22 - failure::format_err! inside try_stream! strange behavior
Issue -
State: closed - Opened by serejkaaa512 over 5 years ago
- 2 comments
#21 - try_stream! does not compile when using few ? operators in a row.
Issue -
State: closed - Opened by serejkaaa512 over 5 years ago
- 1 comment
#20 - readme: update imports in examples
Pull Request -
State: closed - Opened by DominicWrege over 5 years ago
#19 - Fix UI test for 1.40
Pull Request -
State: closed - Opened by vorot93 over 5 years ago
#18 - Replace Azure pipelines with GitHub actions
Pull Request -
State: closed - Opened by vorot93 over 5 years ago
- 1 comment
#17 - Update to Tokio 0.2
Pull Request -
State: closed - Opened by vorot93 over 5 years ago
- 1 comment