Can read, but not open next file in background yet

This commit is contained in:
Dominik Werder
2021-04-01 18:29:31 +02:00
parent dd7c028a41
commit 40ae0bbe46
7 changed files with 268 additions and 29 deletions

View File

@@ -11,5 +11,7 @@ serde_json = "1.0"
async-channel = "1.6"
bytes = "1.0.1"
futures-core = "0.3.12"
futures-util = "0.3.13"
async-stream = "0.3.0"
err = { path = "../err" }
netpod = { path = "../netpod" }