Reputation: 10284
In RAC2 you could tack replayLast
onto a signal to make a signal that, when subscribed to, would immediately send the last value and all future values. Is such a thing possible with SignalProducers in RAC4? I don't see any replayLast
.
Upvotes: 0
Views: 150
Reputation: 1743
It's likely that what you want to do is better expressed with the new PropertyType
. Otherwise, I am trying to include replayLazily
in RAC 4.
Upvotes: 1