TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Trickle: Spotify's library for composing asynchronous code in Java

47 pointsby jyrkiover 11 years ago

5 comments

davedxover 11 years ago
I much prefer the Android Annotations [1] approach to asynchronous functions, but I&#x27;m not sure they are solving exactly the same problem. Can anyone comment?<p>[1] <a href="https://github.com/excilys/androidannotations/wiki/WorkingWithThreads" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;excilys&#x2F;androidannotations&#x2F;wiki&#x2F;WorkingWi...</a>
评论 #7156775 未加载
评论 #7156674 未加载
maaaatsover 11 years ago
This looks promising. The syntax is a bit clunky, however. How would this look with Java8 and lambdas?
评论 #7156624 未加载
评论 #7157069 未加载
评论 #7156220 未加载
l3nzover 11 years ago
Interesting idea, but my eyes bleed. And I&#x27;m a Java programmer. Would rather use Akka or SlicedBread (the latter trading almost all features for the added simplicity but working well and being super-simple).
landakramover 11 years ago
I&#x27;m curious — how does this deal with errors in async calls? RxJava has error handling built in with `onError` functions.
评论 #7169536 未加载
foreignerover 11 years ago
... or just use NodeJS instead.
评论 #7158422 未加载
评论 #7169363 未加载