m
Size: a a a
m
AO
m
m
AO
AO
🚀🚀
const fooFx = app.createEffect()
const bar = app.createEvent()
const runFx = app.createEffect(async () => {
await fooFx()
bar()
})
import {clientScope} from '..'
await allSettled(runFx, {scope: clientScope})TG
const fooFx = app.createEffect()
const bar = app.createEvent()
const runFx = app.createEffect(async () => {
await fooFx()
bar()
})
import {clientScope} from '..'
await allSettled(runFx, {scope: clientScope})AO
AO
TG
YL
🚀🚀
🚀🚀
🚀🚀
🚀🚀
export let clientScope
if (isBrowser()) {
clientScope = fork(root)
}TG

TG