apple / swift-service-discovery

A service discovery API for Swift.
https://swiftpackageindex.com/apple/swift-service-discovery/documentation
Apache License 2.0
213 stars 21 forks source link

Change internal name of onNext and onComplete params #16

Closed yim-lee closed 4 years ago

yim-lee commented 4 years ago

Per API review, onNext to nextResultHandler and onComplete to completionHandler

yim-lee commented 4 years ago

Thanks @ktoso