var shouldContinue = true let promise = retry(attempts: 100, delay: 1, condition: { attempsRemaining, error in return shouldContinue } ...
確定! 回上一頁