nmdias / FeedKit

An RSS, Atom and JSON Feed parser written in Swift
MIT License
1.19k stars 174 forks source link

Support for Swift Concurrency #148

Closed Ryu0118 closed 17 hours ago

Ryu0118 commented 1 year ago

adds an async wrapper around FeedParser.parseAsync(queue:result:) using a withCheckedThrowingContinuation so that it can be called in an asynchronous context using Swift Concurrency (async/await)

nmdias commented 17 hours ago

Thank you @Ryu0118, @briannadoubt 👍 merged #167