SResourcePoolCIfc

Read-only view of an SResourcePool.

Inheritors

Properties

Link copied to clipboard
abstract val capacity: Int

The pool's current capacity (total units).

Link copied to clipboard

True if the pool has at least one available unit.

Link copied to clipboard
abstract val numAvailableUnits: Int

Current number of available (idle) units.

Link copied to clipboard

Time-weighted number of busy units across the pool.

Link copied to clipboard
abstract val numTimesSeized: Int

The number of times units have been seized from the pool.

Link copied to clipboard

Time-weighted utilization of the pool (busy units / capacity).