Automattic / Gravatar-SDK-iOS

Gravatar SDK is a Swift library that allows you to integrate Gravatar features into your own iOS applications.
https://gravatar.com
Mozilla Public License 2.0
41 stars 5 forks source link

Quick Editor: Investigate making some functions async in the AvatarPickerViewModel #362

Open pinarol opened 2 months ago

pinarol commented 2 months ago

Some functions like "refresh" can just be async. That way, when we call it inside the .task modifier. That way the child tasks will get cancelled when the view is destroyed.