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:
@@ -6,4 +6,5 @@ pub enum DockerMessage {
|
||||
Pause(String),
|
||||
Unpause(String),
|
||||
Stop(String),
|
||||
Quit,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user