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
请问这个是生产环境使用的代码吗?使用线程模式的话,连锁都不需要加吗?比如后台轮询线程会遍历 self._notification_map,前台线程在调用 get_value 的时候也有可能会修改 self._notification_map,这种情况下,应该会 crash 吧?之前并没有做个 python 多线程,求教
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请问这个是生产环境使用的代码吗?使用线程模式的话,连锁都不需要加吗?比如后台轮询线程会遍历 self._notification_map,前台线程在调用 get_value 的时候也有可能会修改 self._notification_map,这种情况下,应该会 crash 吧?之前并没有做个 python 多线程,求教
The text was updated successfully, but these errors were encountered: