index property

int index
final

Position in the fleet: 0 is the parent, 1..workerCount - 1 a worker.

Stable for the life of the isolate, and unique across the fleet, which is what makes it usable as the distinguishing part of a name that some external system keys on.

Implementation

final int index;