Skip to content
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

Fluid Channel should match Go Channel in Semantics #8813

Closed
2 tasks done
abhinavarora opened this issue Mar 6, 2018 · 0 comments
Closed
2 tasks done

Fluid Channel should match Go Channel in Semantics #8813

abhinavarora opened this issue Mar 6, 2018 · 0 comments
Assignees

Comments

@abhinavarora
Copy link
Contributor

abhinavarora commented Mar 6, 2018

Currently, the fluid channel does not match the Go Channel in Semantics. Some of the key differences are:

  • Like Go, Fluid channel should panic when Send is done on a closed channel
  • Fluid channel should not return boolean for Send. Booleans should be returned only for Receive op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant