Added CaptureMemorySnapshot insight worker task to USES_TARGET_CONTROLLER group, to prevent simultaneous runs with other tasks.
This commit is contained in:
@@ -24,6 +24,12 @@ namespace Bloom
|
|||||||
const std::optional<Targets::TargetMemoryBuffer>& data
|
const std::optional<Targets::TargetMemoryBuffer>& data
|
||||||
);
|
);
|
||||||
|
|
||||||
|
TaskGroups getTaskGroups() const override {
|
||||||
|
return TaskGroups({
|
||||||
|
TaskGroup::USES_TARGET_CONTROLLER,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void memorySnapshotCaptured(MemorySnapshot snapshot);
|
void memorySnapshotCaptured(MemorySnapshot snapshot);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user