Skip to content
/ emitr Public

A simple event emitter implementation for Go

License

Notifications You must be signed in to change notification settings

abcum/emitr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emitr

Emitr is a simple event emitter library package for Golang.

Features

  • Add multiple callback functions
  • Group callback functions by name
  • Run callback functions by event name
  • Add callback functions which are run only once
  • Add callback functions which are run on every event

Installation

go get github.com/abcum/emitr