feat: spawn docker updates into own thread

Collects spawns into a hashmap, then on next update if spawn exists in hash map, don't bother to run another update
This commit is contained in:
Jack Wills
2022-07-23 02:46:38 +00:00
parent f5504c47c5
commit d0f617820c
7 changed files with 128 additions and 83 deletions
+1
View File
@@ -6,4 +6,5 @@ pub enum DockerMessage {
Pause(String),
Unpause(String),
Stop(String),
Quit,
}