apple / swift-async-dns-resolver

A Swift library for asynchronous DNS requests, wrapping c-ares with Swift-friendly APIs and data structures.
Apache License 2.0
82 stars 12 forks source link

Cancel polling task on deinit #16

Closed yim-lee closed 5 months ago

yim-lee commented 5 months ago

https://github.com/apple/swift-async-dns-resolver/issues/15

yim-lee commented 5 months ago

Thanks for the review @ktoso!