Comment by throwawaymaths
Comment by throwawaymaths a day ago
> Technically you could pass in a new executor, but is that really what you want?
why does it have to be new? just use one executor, set it as const in some file, and use that one at every entrypoint that needs io! now your io doesn't propagate downwards.