Step into Swift logo

What is the Defer Operator in RxSwift?

Defer Operator

RxSwift: Defer Operator

  • Defers execution until observer subscription.
  • Waits until an observer subscribes to it.
  • Generates an Observable, typically with an observable factory.
  • Different to .just which executes before creating the Observable.

< All Posts