You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
In the cases where the operations (put, post, etc) are performed asynchronously, the result is ignored and the manipulation of the result is done in the completion handler. Currently this warning must be silenced manually, but I wonder if the @ discardableResult could be used instead.
The text was updated successfully, but these errors were encountered:
In the cases where the operations (put, post, etc) are performed asynchronously, the result is ignored and the manipulation of the result is done in the completion handler. Currently this warning must be silenced manually, but I wonder if the @ discardableResult could be used instead.
The text was updated successfully, but these errors were encountered: