Package: effect
Module: RcMap
Represents the closed state of an RcMap, indicating that the map has been shut down and will no longer accept new operations.
When to use
Use when handling an RcMap after its owning scope has closed.
Signature
export interface Closed {
readonly _tag: "Closed"
}
Since v4.0.0