gpt4 book ai didi

c# - 在枚举期间添加和删除 ConcurrentBag 的元素

转载 作者:太空宇宙 更新时间:2023-11-03 19:15:40 26 4
gpt4 key购买 nike

当线程添加或删除 ConcurrentBag<T> 的元素时会发生什么而另一个线程正在枚举这个包?新元素是否也会出现在枚举中,删除的元素是否不会出现?

最佳答案

一 jar read the fine manual发现:

ConcurrentBag<T>.GetEnumerator Method

The enumeration represents a moment-in-time snapshot of the contents of the bag. It does not reflect any updates to the collection after GetEnumerator was called. The enumerator is safe to use concurrently with reads from and writes to the bag.

强调我的。

关于c# - 在枚举期间添加和删除 ConcurrentBag 的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16952400/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com