diff options
author | Florian Klink <flokli@flokli.de> | 2024-05-10T12·17+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-05-11T13·33+0000 |
commit | 944a781354a0d5151083e83669db8be7b8e69c59 (patch) | |
tree | 9284f28392f7c8bbc707edb1fa5dc1e46798fa6e /tvix/store/src/nar/renderer.rs | |
parent | 717081ae376b244f4649c6a50ba4b33bd41572f0 (diff) |
fix(tvix/store/pathinfo/sled): use spawn_blocking r/8102
This does IO, which might take a longer amount of time than what we want to be blocking the normal executor. Use spawn_blocking instead. I didn't add it for the constructors, as we only call these once. Change-Id: I9a1063099bac9582ca9681043c58c1edc780c5ff Reviewed-on: https://cl.tvl.fyi/c/depot/+/11618 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/store/src/nar/renderer.rs')
0 files changed, 0 insertions, 0 deletions