Hyperlinkv0.8.0-beta.28

PartitionedSemaphore

PartitionedSemaphore.PartitionedTypeIdtypeeffect/PartitionedSemaphore.ts:27
"~effect/PartitionedSemaphore"

Runtime type identifier used to mark values that implement PartitionedSemaphore.

Details

This marker is part of the runtime representation of partitioned semaphore values.

type IDs
export const PartitionedTypeId: PartitionedTypeId = "~effect/PartitionedSemaphore"

/**
 * 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.
 *
 * @category type IDs
 * @since 4.0.0
 */
export type PartitionedTypeId = "~effect/PartitionedSemaphore"
Referenced by 2 symbols