concurrency property

int concurrency
final

The level of concurrency to use, must be >= 0. When set to 1 or higher, isolates are used for computations to offload expensive operations from the UI thread. This setting has no effect in debug mode.

Implementation

final int concurrency;