effect-io-ai

Package: effect
Module: PartitionedSemaphore

PartitionedSemaphore.PartitionedTypeId

Literal type of the PartitionedSemaphore runtime type identifier.

When to use

Use to type fields that store the exact PartitionedSemaphore runtime marker.

Details

Use this type when declaring fields that must contain the exact PartitionedTypeId marker value.

Signature

type PartitionedTypeId = "~effect/PartitionedSemaphore"

Source

Since v4.0.0