V
Size: a a a
V
V
TP
V
V
V
V
🚀🚀
TP
V
V
V
🚀🚀
🚀🚀
🚀🚀
V
async function fetch() {
beginFetch() //global running async strore += 1
try {
await fetch()
} finaly {
endFetch() // global store -= 1
}
}🚀🚀
V
const fx = createEffect(async () => {});
globalCounter.on(fx.finally, (s) => s - 1);