Skip to content

thewindear/easyswoole-event-bus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于Easyswoole 实现的Event Bus

支持同步和异步,单个Event绑定多个Listener。思想源至Laravel的Event,不过实现没他那么复杂

可以看 tests 相关用法

暂时没有实现 不同Event放到不同的队列中