Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reliably call Operator.finish() even if blocked
Before this commit, `Operator.finish()` could be called when operator is blocked, but only if it got blocked during last `addInput()`. This commit removes this condition and makes delivery of `finish()` unconditionally clear.
- Loading branch information