Closed Ryu0118 closed 17 hours 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)
FeedParser.parseAsync(queue:result:)
withCheckedThrowingContinuation
Thank you @Ryu0118, @briannadoubt 👍 merged #167
adds an async wrapper around
FeedParser.parseAsync(queue:result:)
using awithCheckedThrowingContinuation
so that it can be called in an asynchronous context using Swift Concurrency (async/await)