Improve interface consistency for background operations
Open
enhancement
- Dominant language
- Python
- Stars
- 117
- Forks
- 51
- Avg merge
- 9h 17m
- Merged PRs (30d)
- 5
Description
Some methods like stop_vm and restart_vm, block till the operation is complete. It would be better if they were non-blocking and returned an object that can be waited upon or queried for background operation status. In general, there seem to be some inconsistencies in how we are handling this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.