mirror of
https://github.com/apple/container.git
synced 2026-09-12 18:55:43 +00:00
VZVirtualMachineInstance: Move event loop shutdown slightly up (#342)
This and the work on it should likely be gone before vm shutdown.
This commit is contained in:
@@ -168,8 +168,8 @@ extension VZVirtualMachineInstance {
|
||||
|
||||
try await self.timeSyncer.close()
|
||||
|
||||
try await self.vm.stop(queue: self.queue)
|
||||
try await self.group.shutdownGracefully()
|
||||
try await self.vm.stop(queue: self.queue)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user