effect-io-ai

Package: effect
Module: TPubSub

TPubSub.isShutdown

Returns true if shutdown has been called, otherwise returns false.

Signature

declare const isShutdown: <A>(self: TPubSub<A>) => STM.STM<boolean>

Source

Since v2.0.0