Removing more deprecation warnings and more client-managed actors residue
This commit is contained in:
parent
0dff50fa52
commit
3f49eadedc
7 changed files with 14 additions and 62 deletions
|
|
@ -88,9 +88,6 @@ case class ThreadPoolConfigDispatcherBuilder(dispatcherFactory: (ThreadPoolConfi
|
|||
import ThreadPoolConfig._
|
||||
def build = dispatcherFactory(config)
|
||||
|
||||
//TODO remove this, for backwards compat only
|
||||
@deprecated("Use .build instead") def buildThreadPool = build
|
||||
|
||||
def withNewBoundedThreadPoolWithLinkedBlockingQueueWithUnboundedCapacity(bounds: Int): ThreadPoolConfigDispatcherBuilder =
|
||||
this.copy(config = config.copy(flowHandler = flowHandler(bounds), queueFactory = linkedBlockingQueue()))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue