mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-09-19 17:50:12 +00:00
8 lines
152 B
Go
8 lines
152 B
Go
//go:build linux && agentcompat
|
|
|
|
package process
|
|
|
|
func (supervisor *Supervisor) CleanupDoneForTest() <-chan struct{} {
|
|
return supervisor.cleanupDone
|
|
}
|