1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-14 17:49:15 -04:00
This commit is contained in:
Jinqiu Yu
2018-03-15 10:32:10 +08:00
parent d1898b995f
commit 855925a805
8 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
package signal
// Notifier is an utility for notifying changes. The change producer may notify changes multiple time, and the consumer may get notified asychronously.
// Notifier is an utility for notifying changes. The change producer may notify changes multiple time, and the consumer may get notified asynchronously.
type Notifier struct {
c chan struct{}
}