mirror of
https://github.com/logos-co/Overwatch.git
synced 2025-01-20 19:39:13 +00:00
ac28d01158
* Plug lifecycle channel * Pipe lifecycle to services. * Add explaining doc on handle clone * Fix tests * Add missing break on overwatch kill * Added shutdown service test * Clippy happy * Use try_from instead of from for checking duplicated service ids on ServicesLifeCycleHandle * Added docs
Overwatch
Overwatch is a framework to easily construct applications that requires of several independent parts that needs communication between them. Everything is self-contained, and it matches somewhat the advantages of microservices.
Overwatch derive
This crate contains the derive utilities for Overwatch