.net 4 中添加的所有并发数据结构的列表?
是否有 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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:
我相信这只是 System.Collections.Concurrent< 中找到的集合/a>.
I believe it is just the collections found in System.Collections.Concurrent.