Is it possible to identify state of a SignalProducer in ReactiveCocoa4?
If a SignalProducer has been created, but not necessarily started, is it possible to read a property or call a method to know if a signal has already been started, without actually starting the signal in the process.