Nenhuma descrição

luis 3a9de2b8c5 Changed Emit to multiparam instead of event 7 anos atrás
README.md 0b4fed102e Add contextual event buses 7 anos atrás
TODO.md 0b4fed102e Add contextual event buses 7 anos atrás
bus.go 3a9de2b8c5 Changed Emit to multiparam instead of event 7 anos atrás
event.go 3a9de2b8c5 Changed Emit to multiparam instead of event 7 anos atrás
event_test.go 3a9de2b8c5 Changed Emit to multiparam instead of event 7 anos atrás
system.go 3a9de2b8c5 Changed Emit to multiparam instead of event 7 anos atrás

README.md

Event

Really simple event Bus

	bus1 := eventSystem.Bus()

	bus1.Emit("test")