You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a mutable iterator without lookahead. We cannot support isempty on this iterator. We should disallow it instead (and perhaps point the user to isready). At the moment, calling isempty consumes an element of the Channel, which is problematic.
The text was updated successfully, but these errors were encountered:
It's a mutable iterator without lookahead. We cannot support
isempty
on this iterator. We should disallow it instead (and perhaps point the user toisready
). At the moment, calling isempty consumes an element of the Channel, which is problematic.The text was updated successfully, but these errors were encountered: