We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before calling reopen apps, wait for reboot to complete.
The text was updated successfully, but these errors were encountered:
@Kyle-Ye !!!
Sorry, something went wrong.
The current implementation use sleep(5) as a workaround.
sleep(5)
FixTim/FixTim/App.swift
Line 272 in 4d3acf7
IMO, if we can get the count of iterateBlock execution. We can use a counter(dispatch_semaphore_t) here and add it in the end of iterateBlock.
iterateBlock
FixTim/FixTim/Restart.swift
Line 52 in 4d3acf7
On the caller site, we can then wait it.
No branches or pull requests
Before calling reopen apps, wait for reboot to complete.
The text was updated successfully, but these errors were encountered: