Esri / arcgis-maps-sdk-swift-samples

SwiftUI samples demonstrating various capabilities of ArcGIS Maps SDK for Swift
https://developers.arcgis.com/swift
Apache License 2.0
31 stars 9 forks source link

Refactor `CreateSymbolStylesFromWebStylesView` to get rid of `MainActor` #458

Closed yo1995 closed 2 months ago

yo1995 commented 3 months ago

This one is more involved than #456 and #457 as multiple state variables crossed boundary, and task groups that don't inherit the main actor context are used.