feat: extend task executor (#1302)

This commit is contained in:
Matthias Seitz
2023-02-13 10:42:48 +01:00
committed by GitHub
parent 73ffc425a3
commit 37351df585
4 changed files with 156 additions and 26 deletions

View File

@ -12,6 +12,7 @@ tokio = { version = "1", features = ["sync", "rt"] }
tracing-futures = "0.2"
tracing = { version = "0.1", default-features = false }
futures-util = "0.3"
thiserror = "1.0"
[dev-dependencies]
tokio = { version = "1", features = ["sync", "rt", "rt-multi-thread", "time", "macros"] }