austinjones / lifeline-rs

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

Add Sync and Add bus self sized #62

Open fewensa opened 3 years ago

fewensa commented 3 years ago

@austinjones lifeline is great, but I ran into a problem, I tried to solve it .

Sometimes, according to the system design, we need to have multiple buses, and communication between multiple buses, and the startup time is not the same, we need to keep the bus always there, and this required the support of Sync

if you have any suggestions for modification, you can tell me