AsyncPropertyType

public protocol AsyncPropertyType

Undocumented

  • A convenience for putting the underlying source signal into action. Normally that will occur the first time an observer begins observing this property’s signal, but in some cases no observation is needed and the caller just wants this property to start delivering values. This is a shorthand for signal.observe with a no-op observer.

    Declaration

    Swift

    func start()