Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix "Seq has already been iterated" sinking a spent Seq
The sink-all is only there to actually run lazily executed code when the results are sunk. If the Seq has already been iterated we don't have to bother.
- Loading branch information