Clash.Meta/constant/proxy.go

8 lines
154 B
Go
Raw Normal View History

2018-07-15 22:23:20 +08:00
package constant
// ProxySignal is used to handle graceful shutdown of proxy
type ProxySignal struct {
Done chan<- struct{}
Closed <-chan struct{}
}