.net 4 中添加的所有并发数据结构的列表?

发布于 2024-10-20 23:10:20 字数 84 浏览 12 评论 0原文

是否有 .net 4 中添加的所有新并发数据结构的完整列表?或者也许是像 System.Collections.Concurrent 这样的命名空间列表?

Is there a comprehensive list of all new concurrent data structures added in .net 4? Or perhaps the list of namespaces like System.Collections.Concurrent?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

赠佳期 2024-10-27 23:10:20

http://msdn.microsoft.com/en-us/library/dd460718.aspx

这是用于并行编程的新数据结构的完整列表,其中包括:

  • 并发集合类 同步
  • 原语
  • 延迟初始化类
  • 聚合异常

http://msdn.microsoft.com/en-us/library/dd460718.aspx

This is a complete lists for new data structures for parallel programming, that includes:

  • Concurrent Collection Classes
  • Synchronization Primitives
  • Lazy Initialization Classes
  • Aggregate Exceptions
内心荒芜 2024-10-27 23:10:20

I believe it is just the collections found in System.Collections.Concurrent.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文