Wrap the duty manager in a future for its own thread

This commit is contained in:
Age Manning
2019-03-26 11:59:48 +11:00
parent 33d0f29221
commit ffb3d94355
3 changed files with 35 additions and 24 deletions

View File

@@ -32,3 +32,4 @@ tokio = "0.1.18"
tokio-timer = "0.2.10"
error-chain = "0.12.0"
bincode = "^1.1.2"
futures = "0.1.25"