Guava中EventBus并发处理事件

以前在公司一直使用的是框架封装好的eventbus工具类,底层是这么实现的java public EventDispatcher(Integer threadCount) { eventBus = new AsyncEventBus(Executors.newFixedThreadPool(Runtime.getRuntime().availableProcessors()+1))
相关文章
相关标签/搜索