Skip to content

Instantly share code, notes, and snippets.

@yonivav
Created February 20, 2019 14:50
Show Gist options
  • Save yonivav/54cdbee92854f213206155147c855bfe to your computer and use it in GitHub Desktop.
Save yonivav/54cdbee92854f213206155147c855bfe to your computer and use it in GitHub Desktop.
_ = Observable<Int>.interval(1, scheduler: MainScheduler.instance)
.subscribe(onNext: { _ in
print("Rx Resource count \(RxSwift.Resources.total)")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment