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
Use a sentinel in LatestValueCache to denote if the cache is empty
This is necessary because `None` is a valid value that could have been
sent through a channel, so the having a `None` value might not mean
that the cache is empty.
Signed-off-by: Sahas Subramanian <[email protected]>
0 commit comments