concurrencyLimit property

int concurrencyLimit
final

The maximum number of concurrent calls that the runnable can make. Defaults to 1000 (different Runnable types may have different defaults).

Implementation

final int concurrencyLimit;