fluo icon indicating copy to clipboard operation
fluo copied to clipboard

Convert all commit steps to async

Open keith-turner opened this issue 9 years ago • 0 comments

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.

keith-turner avatar Jun 09 '16 18:06 keith-turner