Support for async/await syntax
Closed this issue · 5 comments
rudrankriyam commented
Any ETA/plan for supporting async/await syntax for iOS 13+/macOS 11+?
larryonoff commented
Just added PR #35
rudrankriyam commented
That's great! I will use your fork for now then. I love that you used the typealias
, especially PurchaseResult
for readability!
larryonoff commented
@rudrankriyam You're welcome. Hope that PR will be merged soon.
I prefer struct to typealias, but I don't want result differs from the original method result.
AKyashkin commented
@larryonoff thanks! We'll take a look and try to schedule a release for a next week.
rudrankriyam commented
Awesome! I can happily close this issue.