snix/tvix/store/src/directoryservice
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/directorysvc): 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/directorysvc): add from_addr 2023-06-14 23:15:07 +00:00
mod.rs docs(tvix/store): address cargo doc warnings 2023-09-03 10:01:40 +00:00
sled.rs chore(tvix/store/directorysvc): clippy 2023-06-19 14:29:05 +00:00
traverse.rs refactor(tvix/store): cargo clippy 2023-08-20 21:51:04 +00:00
utils.rs feat(tvix/store/digests): use bytes::Bytes instead of Vec<u8> 2023-07-21 19:01:50 +00:00