Unify names of our mpsc channels #556
Labels
good first issue
Good for newcomers
tech-debt
The issue is to improve the current code and make it more clear/generic/reusable/pretty/avoidable.
While #492 has not yet been merged, in it we use
rx
andtx
prefixes when naming ourSender
andReceiver
channels.An example would be
rx_request_event
.In other modules, channel names do not follow that convention, even worse (imo) they are too vague as:
sender
,broadcast
,receive
etcI would like us to have more meaningful and unified channel names.
I propose
rx
/tx
prefixes + descriptive name, but I am open to other ideas as well.The text was updated successfully, but these errors were encountered: