Effect CommunityEC
Effect Community3mo ago
7 replies
Josh

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
Was this page helpful?