Skip to content

Simple go package for event distribution

License

Notifications You must be signed in to change notification settings

muir/eventdistributor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eventdistributor

GoDoc

Internal event distribution package for Go.

The implementation uses signalling channels to notify waiting "readers", which can then "consume" an event.

Events are buffered until all readers have seen them.

The implementation is rather small - feel free to read there for more information.

About

Simple go package for event distribution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%