Hyperlinkv0.8.0-beta.28

PartitionedSemaphore

PartitionedSemaphore.Partitionedinterfaceeffect/PartitionedSemaphore.ts:94
Partitioned<K>

Alias interface for a PartitionedSemaphore keyed by values of type K.

When to use

Use as an alternate exported name for a partitioned permit pool keyed by K.

Details

This interface does not add members beyond PartitionedSemaphore; it provides an alternate exported name for APIs that refer to a partitioned permit pool.

models
export interface Partitioned<in K> extends PartitionedSemaphore<K> {}