Hacker News new | ask | show | jobs
by landakram 4515 days ago
I'm curious — how does this deal with errors in async calls? RxJava has error handling built in with `onError` functions.
1 comments

Trickle has a similar concept - you can add a 'fallback' to a node: https://github.com/spotify/trickle/blob/master/src/examples/...