tomellm / bread_manager

A small application that takes in CSV data and visualizes it for money management purpuses.
MIT License
0 stars 0 forks source link

make `changer::Sender` actions have a callback #5

Open tomellm opened 5 months ago

tomellm commented 5 months ago

As mentioned in tomellm/bread_manager#1 the actions returned by changer::Sender actions should have some kind of callback that will be called once the action is called notifying the Sender that there is a new future to be awaited.