Closed adam-zethraeus closed 7 years ago
Where exactly are you proposing the change? To some extent, we need the post processors to run synchronously in terms of each other, since each one relies on the result of the previous one. In terms of actually starting the process, you could just make the call on a new thread.
the post processors are currently synchronous. they could have to do a substantial amount of work; we should make them async.