concurrent
Specifies that the Block enumeration should be concurrent.
Declaration
static var concurrent: NSEnumerationOptions { get }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.