austinjones / lifeline-rs

A dependency injection library for message-based applications
MIT License
38 stars 3 forks source link

Swap Send/Recv order #17

Closed austinjones closed 4 years ago

austinjones commented 4 years ago

I think it makes more sense to name based on the component, not the consumer.

CarSend: A message sent by cars. CarRecv: A message received by cars.

austinjones commented 4 years ago

Closed by #19