Esri / arcgis-maps-sdk-swift-toolkit

Mapping components that will simplify your Swift app development with the ArcGIS Maps SDK for Swift.
https://developers.arcgis.com/swift
Apache License 2.0
25 stars 7 forks source link

Make `Result.init(awaiting:)` internal #732

Open philium opened 2 months ago

philium commented 2 months ago

The initializer is currently public, but it isn't a component nor something vital for a consumer of the toolkit to use a component, so it should be made internal. If the same behavior is desired elsewhere, it would be easy enough to (re-)implement elsewhere.