Unfortunately some RAC pieces does not offer SignalProducer
s, but Signal
s — like Action
has a values
field which is Signal
. But for my logic I need the SignalProducer
.
How can I convert Signal
to SignalProducer
?
toSignalProducer(toRACSignal(x))
does not seem to be a good solution
Currently I stopped on this extension: