material-motion-android icon indicating copy to clipboard operation
material-motion-android copied to clipboard

Make stateful operators easier to write

Open pingpongboss opened this issue 7 years ago • 0 comments

Stateful operators are difficult to implement correctly, because the same operator instance can be reused across many streams.

This is an android-specific issue, since only android has the stream.compose(operator) pattern.

pingpongboss avatar Apr 12 '17 01:04 pingpongboss