snix/tvix/store/src/pathinfoservice
Florian Klink 7923cc19f6 refactor(tvix/store): use tokio::task::JoinHandle
This makes the inside code a bit less verbose.

I wasn't able to describe the type of the async move closure itself,
which would allow us to remove the JoinHandle<_> type annotation
entirely.

Change-Id: I06193982a0c7010bd72d3ffa4f760bea1b097632
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9268
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2023-09-05 21:13:50 +00:00
..
from_addr.rs chore(tvix/store/pathinfosvc): clippy 2023-06-19 14:29:05 +00:00
grpc.rs refactor(tvix/store): use tokio::task::JoinHandle 2023-09-05 21:13:50 +00:00
memory.rs feat(tvix/store/pathinfosvc): provide listing 2023-09-05 20:46:42 +00:00
mod.rs feat(tvix/store/pathinfosvc): provide listing 2023-09-05 20:46:42 +00:00
sled.rs feat(tvix/store/pathinfosvc): provide listing 2023-09-05 20:46:42 +00:00