Skip to content

Thread safe in-memory provider #1054

@beeme1mr

Description

@beeme1mr

Update the in-memory provider to be thread safe.

  • Use a ConcurrentHashMap or other mechanisms to ensure the internal flag map is accessible/mutable from multiple threads safely.
  • Ensure other mutable state is synchronized, if any can be identified.
  • No specific additional testing is required, but existing tests should pass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions