Description
Given current implementation of Async API, when one of the first detections throws or takes a long time to complete, other detections are not able to report threat status
Solution brainstorm
Executing detections in parallel would resolve the problem, but has to be correctly synchronized
Description
Given current implementation of Async API, when one of the first detections throws or takes a long time to complete, other detections are not able to report threat status
Solution brainstorm
Executing detections in parallel would resolve the problem, but has to be correctly synchronized