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
这个地方关于调度的解释并不明确,源码中是在 legacy或blocking模式下并且执行栈为空才会取消调度,但是这里却解释 legacy 下的任何更新都不会经过调度
The text was updated successfully, but these errors were encountered:
感谢指正, 这里确实是写错了, 应该是legacy模式下的首次更新, 是不经过scheduler
Sorry, something went wrong.
好的好的,谢谢回答,以后还请多多帮助😁
嗯嗯 相互学习
似乎在legacy模式下,这里虽然在scheduler注册了taskQueue,最后无论执行什么情况下的更新还是会执行flushSyncCallbackQueue将taskQueue的任务删除掉,请问我这样理解对么
No branches or pull requests
这个地方关于调度的解释并不明确,源码中是在 legacy或blocking模式下并且执行栈为空才会取消调度,但是这里却解释 legacy 下的任何更新都不会经过调度
The text was updated successfully, but these errors were encountered: