hyperzlib / go-event-emitter

event emitter library for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go event emitter

Eventing library for easily emitting and listening to events. Listeners have the option to listen to a specific event type or to any event being fired. You also have the option to add a trigger-once listener that automatically removes itself after firing once.

Documentation

Take a look at the autogenerated documentation:

https://godoc.org/github.com/vansante/go-event-emitter

About

event emitter library for golang

License:MIT License


Languages

Language:Go 96.4%Language:Makefile 3.6%