
Akka
somechange
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
对Akka Future的理解(二)
《Akka in Action v13》对Future描述如下:In this chapterFutures Composing Futures Recovering from Errors inside Futures Futures andActorsInthis chapter we're going to introduce Futures. The Future type t原创 2017-07-10 09:58:30 · 847 阅读 · 0 评论 -
对Akka Future的理解(一)
《AkkaJava-v2.2.5》对Future描述如下:4.1 Futures4.1.1 IntroductionIn the Scala Standard Library, a Futureis adata structure used to retrieve the result of some concurrent operation.This result can原创 2017-07-10 09:29:17 · 1232 阅读 · 0 评论