arcgis-maps-sdk-swift-toolkit
arcgis-maps-sdk-swift-toolkit copied to clipboard
Make `Result.init(awaiting:)` internal
trafficstars
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.
@philium Can we switch it to internal at this point or do we need to mark it deprecated and take it internal at 300?
Removing it now would break semantic versioning. We must deprecate it now and then we could remove it at the next major release.