ObservableConcurrentQueue
ObservableConcurrentQueue copied to clipboard
Using System.Collections.Concurrent.ConcurrentQueue with notifications
Results
1
ObservableConcurrentQueue issues
Sort by
recently updated
recently updated
newest added
Hi, Thanks for good library. I have two suggestions: 1- Allow developer to enqueue multiple items at same time (by `ObservableConcurrentCollection.EnqueueItems(IEnumerable items`)). Note that user can already enqueue items one-by-one...