You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
In the name of clean and good code we should find a solution where we don't need to use the Task.Delay that drain the resources like CPU and energy.
Maybe it's possible to create a class that implement the observable pattern like the ObservableCollection but in our case a "ConcurrentObservableCollection" (something like this) where an event is fired when something is added to the list.
The text was updated successfully, but these errors were encountered:
In the name of clean and good code we should find a solution where we don't need to use the Task.Delay that drain the resources like CPU and energy.
Maybe it's possible to create a class that implement the observable pattern like the ObservableCollection but in our case a "ConcurrentObservableCollection" (something like this) where an event is fired when something is added to the list.
The text was updated successfully, but these errors were encountered: