如何在Dispatch中替换默认线程池?我在这里看到https://github.com/dispatch/dispatch/blob/master/futures/src/main/scala/Futures.scala实例化CachedThreadPool。我想改用FixedThreadPool。
答案 0 :(得分:1)
好吧,抱歉懒惰,伙计们。快速查看Dispatch的来源表明我可以通过setExecutorService
的{{1}}传递我的线程执行程序。
例如
Http.configure