mirror of
https://github.com/datarhei/core.git
synced 2025-10-27 09:50:27 +08:00
Remove Start() function, rename Stop() to Cancel()
This commit is contained in:
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user