I just hit a problem where I needed to use the std trait Send. A type alias does solve this, however I think this issue might be prevalent enough where it might be best to rename par's Send, and Recv to match.
Some ideas:
My preference would be on Tx/Rx, since those have the same meaning as Send/Recv, and Give is a bit passive.
I just hit a problem where I needed to use the std trait
Send. A type alias does solve this, however I think this issue might be prevalent enough where it might be best to rename par's Send, and Recv to match.Some ideas:
Tx/RxIn/OutGive/RecvMy preference would be on Tx/Rx, since those have the same meaning as Send/Recv, and Give is a bit passive.