Skip to content

Fluid Channel should match Go Channel in Semantics #8813

Closed
@abhinavarora

Description

@abhinavarora

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions