Dispatch のデフォルトのスレッドプールを置き換えるにはどうすればよいですか? CachedThreadPool をインスタンス化するhttps://github.com/dispatch/dispatch/blob/master/futures/src/main/scala/Futures.scalaを参照してください。代わりに FixedThreadPool を使用したいと思います。
Dispatch のデフォルトのスレッドプールを置き換えるにはどうすればよいですか? CachedThreadPool をインスタンス化するhttps://github.com/dispatch/dispatch/blob/master/futures/src/main/scala/Futures.scalaを参照してください。代わりに FixedThreadPool を使用したいと思います。