effect-io-ai

Package: effect
Module: RcMap

RcMap.State.Closed

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"
  }

Source

Since v4.0.0