You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Send to a nil channel should block -- As of now, one proposal is to implement a special kind of Unbuffered channel that is a nil channel and check for that.
Receive from a nil channel blocks
Closing a nil channel also causes a run-time panic.
Send to a closed channel panics . (The panic behavior could be : throw an exception or return the false boolean) : Adding panic logic and test case #8171
kavyasrinet
changed the title
Add test cases to test for as per the PR:
Add test cases to test for as per the PR: https://github.com/PaddlePaddle/Paddle/pull/8164
Feb 6, 2018
kavyasrinet
changed the title
Add test cases to test for as per the PR: https://github.com/PaddlePaddle/Paddle/pull/8164
Add test cases to test for as per the PR: #8164
Feb 6, 2018
As per the Axioms and facts mentioned in #8164
We should explicitly check for the following:
false
boolean) : Adding panic logic and test case #8171The text was updated successfully, but these errors were encountered: