issues
search
yoshuawuyts
/
futures-concurrency
Structured concurrency operations for async Rust
https://docs.rs/futures-concurrency
Apache License 2.0
413
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: nightly `clippy::needless_lifetimes` warnings
#200
crepererum
closed
1 week ago
0
Bump old dependencies
#199
matheus-consoli
closed
13 hours ago
0
Update futures-lite to 2.x?
#198
link2xt
closed
13 hours ago
0
"associated type `Output` not found for `C`" on Nightly 2024-10-30
#197
fmckeogh
closed
3 days ago
1
fix no_std
#196
Easyoakland
closed
4 weeks ago
1
ConcurrentStream: issues with `Send` and `Sync` bounds
#195
sgued
opened
1 month ago
1
Reference flush instead of finnish in ConsumerState::Break doc
#194
tyilo
closed
2 months ago
0
Implement FromConcurrentStream for Result<Vec<T>, E>
#193
tyilo
closed
2 months ago
0
fix: `clippy::doc_lazy_continuation`
#192
crepererum
closed
3 months ago
0
chore: replace `bitvec` with `fixedbitset`
#191
crepererum
closed
3 months ago
1
`bitvec` alternatives
#190
crepererum
closed
3 months ago
0
Poor performance when polling futures in random order
#189
zetanumbers
opened
5 months ago
0
Fix pin violation in `FutureGroup`
#188
yoshuawuyts
opened
5 months ago
1
fix pin violation in much of concurrentstream
#187
conradludgate
closed
5 months ago
0
Fix markdown punctuation in documentation of ConcurrentStream::take
#186
dtolnay
closed
6 months ago
0
Only a single cpu core is utilized when `join`-ing on `tokio` runtime
#185
manifest
opened
6 months ago
8
[FEATURE] more combinators
#184
Niedzwiedzw
opened
6 months ago
6
no progress with concurrent streams and tokio
#183
yanns
closed
7 months ago
1
ConcurrentStream usage with tokio leads to ACCESS_VIOLATION
#182
inklesspen1rus
closed
5 months ago
4
Add checks for msrv and semver
#181
matheus-consoli
closed
7 months ago
0
Declare minimum support rust version in Cargo manifest
#180
Awfa
closed
7 months ago
1
add new benchmark for `FutureGroup`
#179
soooch
closed
5 months ago
7
Add an inherent into_stream method for ConcurrentIterator
#178
yoshuawuyts
opened
7 months ago
0
Manually track capacity of groups
#177
matheus-consoli
closed
7 months ago
0
Fixes redundant `todo!`
#176
yoshuawuyts
closed
7 months ago
0
fix perf issues in group structures
#175
yoshuawuyts
closed
7 months ago
1
Update docs for docs.rs
#174
yoshuawuyts
closed
7 months ago
0
Forgetten `todo!()` in `try_for_each` impl
#173
matheus-consoli
closed
7 months ago
0
Better capacity and growth rate for `{Stream,Future}Group`
#172
matheus-consoli
closed
7 months ago
2
Share Arc between wakers
#171
matheus-consoli
opened
8 months ago
1
Fix clippy warnings
#170
matheus-consoli
closed
8 months ago
0
Implement better capacity in our group structures
#169
yoshuawuyts
closed
7 months ago
2
fix insertion performance issues for our `Group` structures
#168
yoshuawuyts
closed
7 months ago
2
Add `{Future,Stream}::wait_until`
#167
yoshuawuyts
closed
7 months ago
1
Implement precise waking on `alloc` targets
#166
yoshuawuyts
opened
8 months ago
2
`Stream::merge` may be susceptible to stream "barbara battles buffered streams"
#165
yoshuawuyts
opened
9 months ago
3
Concurrent stream
#164
yoshuawuyts
closed
8 months ago
5
Add no-std support
#163
alexmoon
closed
8 months ago
1
Update traits to use AFITs / associated `impl Future`
#162
yoshuawuyts
opened
10 months ago
1
use Waker::clone_from internally
#161
miguelraz
closed
1 year ago
2
Use `Waker::clone_from` internally
#160
yoshuawuyts
closed
1 year ago
0
Implement no_std tests
#159
jmintb
closed
1 year ago
2
Handling control flow
#158
bradleyharden
closed
1 year ago
2
Fix #155
#157
yoshuawuyts
closed
1 year ago
0
wrapping_rem called with a value of zero
#156
michael-temp
opened
1 year ago
4
`TryJoin` on tuple trying to free a null pointer
#155
fogodev
closed
1 year ago
8
handle empty lists for `{try,}join`
#154
yoshuawuyts
closed
1 year ago
0
Using .join() on an empty Vec stalls
#153
michael-temp
closed
1 year ago
2
How should I factor my specific problem, and more broadly, how should I handle `Result<!, E>`?
#152
bradleyharden
closed
1 year ago
2
Add lending stream examples for `Group` types and fix insertion bug
#151
yoshuawuyts
closed
1 year ago
0
Next