Skip to content

Make IDatabase & ICollection interfaces threadsafe #32

@Kittyfisto

Description

@Kittyfisto

Currently it's possible to cause various types of exceptions caused by race conditions, for example by updating two collections from different threads. Methods such as IDatabase.GetXYZ and every single public method offered by IReadOnlyCollection implementations shall be thread-safe and internally guard against concurrent access by using a ReaderWriterLock.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions