mapbox / mapbox-sdk-cs

C# libraries for Mapbox API layer
https://mapbox.github.io/mapbox-sdk-cs/
Other
20 stars 11 forks source link

Get rid of `Dispatcher.Update()` for multithreaded tile fetching #45

Closed wilhelmberg closed 7 years ago

wilhelmberg commented 7 years ago

some ideas:

wilhelmberg commented 7 years ago

Existing multithreading has been removed: #54

Next iteration will be based on Task as System.Threading.Thread is not available with UWP.