MCPcopy Create free account
hub / github.com/effect-app/libs / tick

Function tick

packages/vue/test/interrupt-refetch-repro.test.ts:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35import { useAtomSuspense } from "../src/query.js"
36
37const tick = () => new Promise((resolve) => setTimeout(resolve, 0))
38const ticks = async (n: number) => {
39 for (let i = 0; i < n; i++) {
40 await nextTick()

Callers 1

ticksFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…