fixed

fun fixed(concurrency: Int): ConcurrencyStrategy

Creates a static concurrency strategy with a fixed level of concurrency.

Return

A ConcurrencyStrategy with the specified static concurrency level.

Parameters

concurrency

The fixed level of concurrency.