Guava中EventBus併發處理事件

以前在公司一直使用的是框架封裝好的eventbus工具類,底層是這麼實現的java public EventDispatcher(Integer threadCount) { eventBus = new AsyncEventBus(Executors.newFixedThreadPool(Runtime.getRuntime().availableProcessors()+1))
相關文章
相關標籤/搜索