fluo
fluo copied to clipboard
Convert all commit steps to async
In the work for #593 the commit steps that involved scanning were not converted to an async model. This caused #672 which created a seperate thread pool for these commit steps that could block. Ideally these commit steps would eventually be converted to an async model.