frequenz-floss / frequenz-channels-python

Channel implementations for Python
https://frequenz-floss.github.io/frequenz-channels-python/
MIT License
7 stars 8 forks source link

Remove `Peekable` #233

Closed llucax closed 11 months ago

llucax commented 11 months ago

What's needed?

Peekable is a very niche and confusing interface, so it should be avoided.

Proposed solution

Remove Peekable.

Use cases

No response

Alternatives and workarounds

No response

Additional context

Depends on: