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

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
@abhinavarora abhinavarora created this issue from a note in Concurrent Programming in Fluid (To Do) Mar 6, 2018
@abhinavarora abhinavarora self-assigned this Mar 6, 2018
@abhinavarora abhinavarora moved this from To Do to In progress in Concurrent Programming in Fluid Mar 14, 2018
@abhinavarora abhinavarora moved this from In progress to To Do in Concurrent Programming in Fluid Mar 14, 2018
@abhinavarora abhinavarora moved this from To Do to In progress in Concurrent Programming in Fluid Mar 15, 2018
@abhinavarora abhinavarora moved this from In progress to To Do in Concurrent Programming in Fluid Mar 15, 2018
Concurrent Programming in Fluid automation moved this from To Do to Done Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant