snix/tvix/store/src/proto
Florian Klink 52cad86195 refactor(tvix/store): remove Arc<> from PathInfoService::from_addr
This makes PathInfoService::from_addr return a Box<dyn PathInfoService>,
rather than an Arc<dyn …>, and leaves it up to the consumers to rewrap
it into an Arc where needed.

This allows us to drop the Arc for the tvix-store daemon subcommand.

Change-Id: Ic83aa2ade6c51912281bd17c7eef7252e152b2d1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10409
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
2023-12-22 16:55:18 +00:00
..
tests refactor(tvix/store): remove Arc<> from PathInfoService::from_addr 2023-12-22 16:55:18 +00:00
grpc_pathinfoservice_wrapper.rs refactor(tvix/store): remove Arc<> from PathInfoService::from_addr 2023-12-22 16:55:18 +00:00
mod.rs docs(tvix/store): fix reference 2023-12-21 16:43:44 +00:00