Files
go-worm/lib/instance/kill_stub.go
T
kato 536ea9a53e fix(core): take over agent, reuse callbacks
- Kill running agents before replace
- Retry copy with backoff while locked
- Reuse syscall callbacks at package scope
- Add callback regression test
2026-09-02 00:00:24 +03:00

6 lines
83 B
Go

//go:build !windows
package instance
func KillOtherAgents() error { return nil }