effect-io-ai

Package: effect
Module: FiberMap

FiberMap.remove

Remove a fiber from the FiberMap, interrupting it if it exists.

Signature

declare const remove: { <K>(key: K): <A, E>(self: FiberMap<K, A, E>) => Effect.Effect<void>; <K, A, E>(self: FiberMap<K, A, E>, key: K): Effect.Effect<void>; }

Source

Since v2.0.0