-
Notifications
You must be signed in to change notification settings - Fork 598
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
翻译歧义 #181
Comments
本章中另一个翻译错误: |
https://kaisery.github.io/trpl-zh-cn/ch16-02-message-passing.html 其余时候则处理一会其他工作知道再次检查。 |
最好给PR |
|
https://kaisery.github.io/trpl-zh-cn/ch16-01-threads.html
#线程与-move-闭包
原文:If we were allowed to run this code, there’s a possibility the spawned thread would be immediately put in the background without running at all.
翻译:这段代码可以运行,而新建线程则可能会立刻被转移到后台并完全没有机会运行。
原文是假设这段代码能运行,翻译后为肯定能运行的意思,感觉不大合适。(实际代码是不能运行)
个人理解为:
假如这段代码能正常运行的话,就是可能这个线程被创建后立即移到后台并没有运行。
The text was updated successfully, but these errors were encountered: