Java的java.util.concurrent包是什么? [英] What is the .NET equivalent of Java's java.util.concurrent package?

查看:204
本文介绍了Java的java.util.concurrent包是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我来自Java背景。我想了解更多关于并发的.Net和C#。有什么类似于Java的并发utils包吗?

I come from a Java background. I am wanting to learn more about concurrency in .Net and C#. Is there something similar to Java's concurrent utils package?

推荐答案

最近的将是新的线程能力在.NET 4.0,作为并行扩展。

The closest will be the new threading abilities in .NET 4.0, also known as Parallel Extensions.

.NET的现有功能(即在3.5和更早版本)比Java 没有 java.util.concurrent更好,但它肯定不包括java.util.concurrent中的

The existing capabilities of .NET (i.e. in 3.5 and earlier) are better than Java without java.util.concurrent, but it certainly doesn't cover everything which is in java.util.concurrent.

平行扩展团队博客非常值得一读,了解更多信息。

The Parallel Extensions Team Blog is well worth reading to learn more.

这篇关于Java的java.util.concurrent包是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆