Using `Atom.batch` Inside an Effect Generator
And assuming
Atom.batch is meant to be used to prevent thrashing updates, is there any way to use it inside an effect generator ? (the function context prevents using yield*)