Skip to content
module@warp-drive/core/signals/-leaked

Function notifyInternalSignal()

ts
function notifyInternalSignal(signal): void;

Defined in: warp-drive-packages/core/src/signals/reactivity/internal.ts:286

Marks signal as stale and notifies its underlying framework/TC39 signal, scheduling any of its consumers for re-render/re-computation.

Parameters

signal

WarpDriveSignal | undefined

Returns

void

Released under the MIT License.