mirror of
https://github.com/trussed-dev/trussed.git
synced 2026-06-09 06:07:49 +00:00
With this patch, we separate the store management (i. e. resetting it when a Service is constructed) from the actual Store implementation. This allows us to have a static lifetime for our clients as we can take ownership of all required resources.