weiran / Hackers

Hackers is an elegant iOS app for reading Hacker News written in Swift.
http://weiran.co/hackers
MIT License
692 stars 109 forks source link

Concurrency #268

Closed RomanPodymov closed 3 months ago

RomanPodymov commented 11 months ago

Hello. Thank you for Hackers. Started migration from PromiseKit to Concurrency.

weiran commented 11 months ago

Thank you! I agree that PromiseKit is kinda redundant now with the new Swift concurrency features. For supportability reasons I'd like to use fewer 3rd party code so this I'd a step in the right direction.

There is a lot of PromiseKit in the app, so you have plans to replace all of it?

RomanPodymov commented 11 months ago

Thank you! I agree that PromiseKit is kinda redundant now with the new Swift concurrency features. For supportability reasons I'd like to use fewer 3rd party code so this I'd a step in the right direction.

There is a lot of PromiseKit in the app, so you have plans to replace all of it?

Hello @weiran Yes, I can try to remove PromiseKit from the app.

RomanPodymov commented 10 months ago

Hello @weiran Any updates?