//
pkg.gl
Category
github.com/btvoidx/mint
context
package
0.4.3
Repository:
https://github.com/btvoidx/mint.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
3
Files
86 SLOC
#
Functions
Emit
Emit Sequentially pushes value v to all consumers of type T.
On
On Registers a new consumer that receives all values which were emitted as T.
Use
Use allows to hook into event emitting process.
#
Structs
Emitter
Emitter holds all active consumers and Emit hooks.