Skip to content

Use RwLock to protect configuration state #58

@usedhondacivic

Description

@usedhondacivic

Right now a Mutex is used to protect ConfigurationState. This structure is used across the codebase with many readers and writers. It would be more efficient to use a RwLock to allow multiple tasks to write to the structure at the same time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions