Skip to content

Instantly share code, notes, and snippets.

@Eluss
Created January 21, 2016 21:12
Show Gist options
  • Save Eluss/444f4af2cc005166f615 to your computer and use it in GitHub Desktop.
Save Eluss/444f4af2cc005166f615 to your computer and use it in GitHub Desktop.
bankAccountBalance.producer.startWithSignal { (signal, disposable) -> () in
signal.observeNext({ (value) -> () in
print(value)
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment