Currently, the fluid channel does not match the Go Channel in Semantics. Some of the key differences are: - [x] Like Go, Fluid channel should panic when Send is done on a closed channel - [x] Fluid channel should not return boolean for Send. Booleans should be returned only for Receive op