Documentation ¶
Index ¶
Constants ¶
View Source
const ( ServiceAppVersion = "gopkg.ilharper.com/koi/app/util.AppVersion" ServiceAppBuildNumber = "gopkg.ilharper.com/koi/app/util.AppBuildNumber" ServiceExecutable = "gopkg.ilharper.com/koi/app/util.Executable" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelRegistry ¶ added in v0.10.4
type ChannelRegistry[T any] struct { // contains filtered or unexported fields }
func (*ChannelRegistry[T]) Register ¶ added in v0.10.4
func (chanReg *ChannelRegistry[T]) Register(c chan<- T)
Click to show internal directories.
Click to hide internal directories.