Skip to content

qinxian/java-simple-event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-simple-event

super simple event framework inspired from disruptor

Ever digged into the disruptor, a conclusion: The key is just the ordinal id of ring buffer. disruptor call the id as sequence. No matter do Publisher publish, or do Dispatcher dispatch, each action both need pass the id. That's all.

About

super simple event framework inspired from disruptor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages