package
0.4.3
Repository: https://github.com/btvoidx/mint.git
Documentation: pkg.go.dev

# Functions

Emit Sequentially pushes value v to all consumers of type T.
On Registers a new consumer that receives all values which were emitted as T.
Use allows to hook into event emitting process.

# Structs

Emitter holds all active consumers and Emit hooks.