Sorry to bring this thread back up, I didn't want to do this in the Request to amend AsyncSequence thread, since that's focused on the erasure of the error type by the AsyncIteratorProtocol
. Is adding forEach(_:)
method to AsyncSequence
still something we want for parity with Sequence
and for ergonomics? From what I've reread up above, it seems like most people agree.