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 Nov 15, 2024. It is now read-only.
Just wondering if the state = .finished should be before the for observer in observers ....
The reasons are
the description says operationDidFinish;
the execution code in the operationDidFinish may assume the operation is finished; for example, its operationqueue will not contain the operation if it is marked as finished.
The text was updated successfully, but these errors were encountered:
PSOperations/PSOperations/Operation.swift
Lines 350 to 354 in 69b5905
Just wondering if the
state = .finished
should be before thefor observer in observers ...
.The reasons are
operationDidFinish
may assume the operation is finished; for example, its operationqueue will not contain the operation if it is marked as finished.The text was updated successfully, but these errors were encountered: