compute - v3.0.0-beta.0
    Preparing search index...

    Interface EffectOptions

    Options for effect.

    interface EffectOptions {
        sync?: boolean;
    }
    Index
    sync?: boolean

    When true, the effect re-runs synchronously at each write that affects it. By default effects are batched: all writes in the same tick coalesce into a single re-run on the next microtask.