Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 ReactiveCocoa4 中识别 SignalProducer 的状态?
如果 SignalProducer 已创建,但不一定已启动,是否可以读取属性或调用方法以了解信号是否已启动,而无需在过程中实际启动信号。
SignalProducer是一个值类型 (a struct)。这意味着它不会只有一个所有者class。当您使用start它的一个副本时。因此,谈论 a是否已经启动是没有意义的,它是惰性的。SignalProducerstartSignalProducer
SignalProducer
struct
class
start