effect-io-ai

Package: effect
Module: TPubSub

TPubSub.isFull

Returns true if the TPubSub contains at least one element, false otherwise.

Signature

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

Source

Since v2.0.0