Skip to content

@gtkx/ffi / unfreeze

Function: unfreeze()

unfreeze(): void

Defined in: packages/ffi/src/native.ts:178

Unfreezes the GLib main loop, flushing all batched mutations.

Must be paired with a preceding freeze call. Once unfrozen, all deferred property changes and signal emissions are dispatched in a single main-loop iteration.

Returns

void