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.