.NEt 异步 CTP 等价于 java
java中是否有类似于.NET的async ctp的东西?如果没有,做类似事情最接近的选择是什么?
In there anything in java that is similar to the async ctp of .NET? If not, what are closest options to do something similar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前在语言级别上没有什么真正喜欢它的,但我认为您会发现的最接近的东西是 分叉/合并框架。
There's nothing really like it at the moment at the language level, but I think the closest thing you'll find is the Fork/Join Framework.