Type Property 型プロパティ

concurrent

Specifies that the Block sort operation should be concurrent. ブロックソート演算が並行であるべきなのを指定します。

Declaration 宣言

static var concurrent: NSSortOptions { get }

Discussion 議論

This option 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つの目安です、そしていくつかの事情で実装によって無視されるかもしれません;この「ブロック」のコードは並行発動に対して安全でなければなりません。