Skip to content

Instantly share code, notes, and snippets.

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