"~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.
export const const PartitionedTypeId: PartitionedTypeIdRuntime type identifier used to mark values that implement
PartitionedSemaphore.
Details
This marker is part of the runtime representation of partitioned semaphore
values.
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.
PartitionedTypeId: type PartitionedTypeId =
"~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.
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.
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 type PartitionedTypeId =
"~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.
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.
PartitionedTypeId = "~effect/PartitionedSemaphore"