Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Kernel ¶
type Kernel struct {
sync.WaitGroup
sync.RWMutex
// Kernel configuration
Config swarm.Config
// On the wire protocol emitter (writer) and cathode (receiver)
Emitter Emitter
Cathode Cathode
// contains filtered or unexported fields
}
Event Kernel builds an infrastructure for integrating message brokers, events busses into Golang channel environment. The implementation follows the pattern, defined by https://go101.org/article/channel-closing.html
Click to show internal directories.
Click to hide internal directories.