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
当go3写完成后,并不是每次go2读操作结束后,go1写操作才开始。 打印的结果有go2、go1会交替进行的情况。 2 正在读取数据: reading。。。 1 正在写: writing。。。 2 读结束: read over... 1 写结束: write over.. 难道是系统的原因?我是win7系统,go是1.12.7版本。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当go3写完成后,并不是每次go2读操作结束后,go1写操作才开始。
打印的结果有go2、go1会交替进行的情况。
2 正在读取数据: reading。。。
1 正在写: writing。。。
2 读结束: read over...
1 写结束: write over..
难道是系统的原因?我是win7系统,go是1.12.7版本。
The text was updated successfully, but these errors were encountered: