mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2026-04-18 21:43:30 +00:00
expand example to demonstrate deregister
This commit is contained in:
@@ -47,10 +47,10 @@ func newPooler() *Pooler {
|
||||
func (r *Pooler) runner() {
|
||||
for r.run {
|
||||
if pdirty() {
|
||||
r.Publisher.notify("pdirty")
|
||||
r.notify("pdirty")
|
||||
}
|
||||
if mdirty() {
|
||||
r.Publisher.notify("mdirty")
|
||||
r.notify("mdirty")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user