ConcurrentObservableRangeCollection #491
Closed
MaxFmi
started this conversation in
New Feature Discussions
Replies: 2 comments 1 reply
-
This looks like it would be a better consideration for the .NET Toolkit over at: https://github.com/CommunityToolkit/dotnet I can't see how to transfer a discussion there, is it possible to open a new discussion there please? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a contract for ListViewItems. This contract gets implemented from multiple modules. To avoid thread issues we're using our own thread safe implementation of ObservableRangeCollection. It would be great to have a thread safe variant in the .NET MAUI CommunityToolkit. Maybe ConcurrentObservableRangeCollection
Beta Was this translation helpful? Give feedback.
All reactions