> [!NOTE] > This is only relevant once #489 is merged. ### What See https://github.com/eclipse-score/lifecycle/pull/489#discussion_r3979929753. The getter/setter methods in `ProcessGroupManager` should not allocate memory. ### Acceptance Criteria (DoD) - The getter/setter methods in `ProcessGroupManager` do not allocate memory. ### How Replace with an alternative, similar solution from baselibs if possible, otherwise something custom. We could also consider using a mutex rather than the event queue to avoid concurrent access, but that would require deeper changes.
Note
This is only relevant once #489 is merged.
What
See #489 (comment).
The getter/setter methods in
ProcessGroupManagershould not allocate memory.Acceptance Criteria (DoD)
ProcessGroupManagerdo not allocate memory.How
Replace with an alternative, similar solution from baselibs if possible, otherwise something custom.
We could also consider using a mutex rather than the event queue to avoid concurrent access, but that would require deeper changes.