Documentation
¶
Overview ¶
Package notifier provides a one-shot notifier for gate synchronization. Used by voicemail extension gates to wait until classification (conversation/voicemail) is decided.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier struct {
// contains filtered or unexported fields
}
Notifier is a one-shot signal. Wait blocks until Notify is called or context is cancelled.
func (*Notifier) Notify ¶
func (n *Notifier) Notify()
Notify signals all waiters. Idempotent after the first call.
Click to show internal directories.
Click to hide internal directories.