A stream containing the current value of the Ref as well as all changes
to that value.
(Since version 2.0.0) use getAndUpdateZIO
(Since version 2.0.0) use getAndUpdateSomeZIO
(Since version 2.0.0) use modifyZIO
(Since version 2.0.0) use modifySomeZIO
(Since version 2.0.0) use updateAndGetZIO
(Since version 2.0.0) use updateZIO
(Since version 2.0.0) use updateSomeAndGetZIO
(Since version 2.0.0) use updateSomeZIO
A
SubscriptionRef[A]is aRefthat can be subscribed to in order to receive the current value as well as all changes to the value.