arcgis-maps-sdk-swift-toolkit icon indicating copy to clipboard operation
arcgis-maps-sdk-swift-toolkit copied to clipboard

Make `Result.init(awaiting:)` internal

Open philium opened this issue 1 year ago • 2 comments
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 avatar May 17 '24 21:05 philium

@philium Can we switch it to internal at this point or do we need to mark it deprecated and take it internal at 300?

dfeinzimer avatar Jul 30 '24 23:07 dfeinzimer

Removing it now would break semantic versioning. We must deprecate it now and then we could remove it at the next major release.

philium avatar Jul 30 '24 23:07 philium