Closed He-Pin closed 8 months ago
Hi nice projects, I was expect the name to be send & recv/receive but were send & read.
send
recv/receive
read
I was using https://docs.rs/tokio/latest/tokio/sync/mpsc/fn.channel.html and I think the send & receive better.
receive
Hey! Naming is a hard problem :) we were looking for words that have equal lengths, hence read and send. recv was on the table but it doesn't read nicely off of the tongue.
recv
That's true:)
Hi nice projects, I was expect the name to be
send
&recv/receive
but weresend
&read
.I was using https://docs.rs/tokio/latest/tokio/sync/mpsc/fn.channel.html and I think the
send
&receive
better.