No Current Plans for Progress Tracking in `Effect.all`
No plan to add a "progress bar" or "log progress" option to
Effect.all
Effect.all
? It's pretty common to want to print the progress to get some idea of how long it will take for a big bunch of items to be processed, and right now, we are forced to write some ugly non-functional code to get that.