justeat / NavigationEngineDemo

A scalable and robust solution to navigation, deep linking and universal links on iOS 🚀
https://tech.justeattakeaway.com/
Apache License 2.0
126 stars 9 forks source link

Async-await instead of Future/Promis #2

Open ugenlik opened 1 year ago

ugenlik commented 1 year ago

Would it be possible to convert he project to use async await?

albertodebortoli commented 1 year ago

Hi @ugenlik, it would be possible as we have it converted internally to async/await already. The only real blocker is prioritising this during working hours.