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
{{ message }}
This repository was archived by the owner on May 20, 2023. It is now read-only.
Implement ObservableView.firstNonNull and ObservableView.nonNullValues.
Also fix an issue with ObservableView.values: It would drop events from `stream` on the floor (if `stream` was a broadcast stream) while waiting for the first emitted `value` to be consumed. While this is similar to the usual caveat with broadcast streams, it's unintuitive; it's reasonable for callers to expect they won't be left with a "stale" value.
PiperOrigin-RevId: 209695678
0 commit comments