Martin Devillers
03/12/2019, 2:29 PMclose
method on SendChannel
? IMO it’s a bit confusing, because it brings up the idea of a Closeable
, which is very different (especially since there are plenty of channels which don’t need to be closed because they send indefinitely). The documentation leads me to suggest something like sendLast
, which I think would convey the intent better.streetsofboston
03/12/2019, 2:56 PMelizarov
03/12/2019, 3:34 PMstreetsofboston
03/12/2019, 3:40 PMMartin Devillers
03/12/2019, 3:42 PMclose
comes from. The channel doesn’t hold any resources AFAIK, so it’s more specific than the socket.elizarov
03/12/2019, 3:51 PMMartin Devillers
03/12/2019, 3:57 PMstreetsofboston
03/12/2019, 4:03 PM