Skip to content

Remove allocation in ProcessGroupManager getters/setters #641

Description

@danth

Note

This is only relevant once #489 is merged.

What

See #489 (comment).

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions