-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
异步是什么? #46
Comments
竞态条件(race condition):函数顺序的不确定性。 foo与bar相互竞争,看谁先运行。因为无法可靠预测a和b的最终结果,所以才叫做race condition.
|
foo和bar中的代码具有原子性。 |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rethinking Asynchronous JavaScript
图与例解读Async/Await
完全理解同步/异步与阻塞/非阻塞
文章
The text was updated successfully, but these errors were encountered: