Remove Start() function, rename Stop() to Cancel()

This commit is contained in:
Ingo Oppermann
2024-10-28 17:12:31 +01:00
parent 412fbedea3
commit fbf62bf7e5
7 changed files with 40 additions and 76 deletions

View File

@@ -37,7 +37,7 @@ func (p *psproc) GPU() (*psutil.GPUInfo, error) {
}, nil
}
func (p *psproc) Stop() {}
func (p *psproc) Cancel() {}
func (p *psproc) Suspend() error { return nil }
func (p *psproc) Resume() error { return nil }