workers property

int workers
final

Number of isolates that accept connections on port.

When greater than 1, each isolate binds with shared: true so the OS distributes connections across workers. Defaults to 1 (single isolate).

Implementation

final int workers;