pekko
pekko copied to clipboard
Feature request:Add Flow#distinctUntilChanged
Motivation: refs: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/distinct-until-changed.html
Even it can be done with statefulMap, but seems better to support it out of box.