lima-vm / lima

Linux virtual machines, with a focus on running containers
https://lima-vm.io/
Apache License 2.0
15.07k stars 591 forks source link

Refactor to use directional error channels #2617

Closed alexandear closed 1 day ago

alexandear commented 2 weeks ago

The PR changes the functions startRoutinesAndWait, provisionVM, keepAlive to use directional error channels. This is because these functions only send or only receive error values.