Skip to content

Add concurrency to the ObservableCollection #248

@hardcoder

Description

@hardcoder

Is your feature request related to a problem? Please describe.
ObservableCollection does not work properly in concurrent mode. It raises events on items addition/removal, that are not handled by watchers, if collection is changed asynchronously / on another thread.

Describe the solution you'd like
Add class ConcurrentObservableCollection, that inherits ObservableCollection and adds concurrency feature.

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions