docs(tvix/docs): async nar reader is done

Change-Id: I4e8fd03d521b7d30904f84a6afcf842f1505ec7b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11628
Tested-by: BuildkiteCI
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
Florian Klink 2024-05-11 17:58:19 +03:00 committed by clbot
parent 728ceda8a6
commit 11850249c8

View file

@ -130,11 +130,8 @@ logs etc, but this is something requiring a lot of designing.
- [redb](https://www.redb.org/) backend - [redb](https://www.redb.org/) backend
- sqlite backend (different schema than the Nix one, we need the root nodes data!) - sqlite backend (different schema than the Nix one, we need the root nodes data!)
### Nix-compat
- Async NAR reader (@edef?)
### Nix Daemon protocol ### Nix Daemon protocol
- Some work ongoing on the worker operation parsing. Partially blocked on the async NAR reader. - Some work ongoing on the worker operation parsing (griff, picnoir)
### O11Y ### O11Y
- gRPC trace propagation (cl/10532) - gRPC trace propagation (cl/10532)