import { allSettled } from "https://deno.land/x/effector@effector-vue@23.1.0/packages/effector/index.d.ts";
Run effect in scope and wait for all triggered effects to settle. This method never throw an error
Type Parameters
Parameters
effect to run
Returns
promise with status object for given effect, will resolve when there will be no pending effects in given scope
Run effect withot arguments in scope and wait for all triggered effects to settle. This method never throw an error
Type Parameters
Returns
promise with status object for given effect, will resolve when there will be no pending effects in given scope
Run unit in scope and wait for all triggered effects to settle. This method never throw an error
Parameters
event or store to run
Run unit without arguments in scope and wait for all triggered effects to settle. This method never throw an error
Parameters
event or store to run
Check for any ongoing computations in provided scope and wait for them to settle.
Parameters
{Scope}