Logging Progress of Concurrent Effects with `Effect.all`
When using
Effect.all to process a list of effects concurrently, what's an elegant way to consolelog the progress, so that I know if the thing is still running and how much items are left to process?