Upgrade ReadyValidPipeline to support additional stalls
Open
enhancement
help wanted
- Dominant language
- Dart
- Stars
- 489
- Forks
- 88
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 10
Description
### Motivation
The `ReadyValidPipeline` currently hijacks access to `stall` signals. This is annoying if you want to stall pipeline stages for other purposes than just backpressure on the end of the pipeline.
### Desired solution
Add ability to provide additional stalling signals per-stage even for `ReadyValidPipeline`
### Alternatives considered
_No response_
### Additional details
This might fall under a larger refactor of `Pipeline`s to use some class instead of just `Function`s
Contributor guide
Assessment
This issue has not been assessed yet.