Enumeration Case 列挙ケース

NSEnumerationConcurrent

Specifies that the Block enumeration should be concurrent. 「ブロック」列挙が並行してなければならないことを指定します。

Declaration 宣言

NSEnumerationConcurrent = (1UL << 0)

Discussion 議論

The order of invocation is nondeterministic and undefined; this flag is a hint and may be ignored by the implementation under some circumstances; the code of the Block must be safe against concurrent invocation. 発動の順番は非決定論的で未定義です;このフラグは1つの目安です、そしていくつかの事情で実装によって無視されるかもしれません;この「ブロック」のコードは並行発動に対して安全でなければなりません。