tgrapperon / swift-dependencies-additions

More dependencies for `swift-dependencies`
MIT License
298 stars 39 forks source link

Change streamWithContinuation to makeStream in UserDefaultsDependency #92

Open jeffersonsetiawan opened 9 months ago

jeffersonsetiawan commented 9 months ago

Fix deprecated warning

'streamWithContinuation(_:bufferingPolicy:)' is deprecated: renamed to 'makeStream(of:bufferingPolicy:)'