shouldMaximizeConcurrentCompilation
A Boolean value that indicates whether the device uses additional CPU threads for compilation tasks.
Declaration
var shouldMaximizeConcurrentCompilation: Bool { get set }Mentioned in
Discussion
The property’s default value is false. You can retrieve the number of concurrent CPU threads the device is currently using by checking the maximumConcurrentCompilationTaskCount property.