Running Atom Functions Concurrently in Effect Typescript
Is there any way to run atom functions concurrently? Say if I submit multiple things in succession, I want them all to run, but currently only the latest invocation survives. I seem to be able to get around this somewhat by using
forkDaemon but that's not without its subtle issues