-
Notifications
You must be signed in to change notification settings - Fork 191
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
feat: merge waits and recvs to wrCounter #809
feat: merge waits and recvs to wrCounter #809
Conversation
taking a look at the test failure, race |
It looks like you didn't cast some of the return values correctly. I think we better have helper functions instead of scattering Maybe something like |
I did that now, still miss what went wrong, can you help me out? @rueian |
|
So we have two cases for decrements
|
please take a look at it once @rueian |
Please re-review @rueian Sorry for the delay |
Thanks so much @SoulPancake |
@rueian Please take a look at this
solves #807