The highest tagged major version is
v2.
package
Version:
v1.10.0-rc6
Opens a new window with list of versions in this module.
Published: Nov 16, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Signaler struct {
C chan struct{}
}
Signaler allows for multiple writers to safely signal an event
so that reader on the channel C would get unblocked
NewSignaler initializes a new obj
Signal safely closes the blocking channel
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.