Removing Un(der)used locking utils (locking is evil) and removing the last locks from the MessageDispatcher
This commit is contained in:
parent
5593e860bc
commit
13bfee782f
9 changed files with 129 additions and 244 deletions
|
|
@ -113,8 +113,6 @@ class CallingThreadDispatcher(_app: ActorSystem, val name: String = "calling-thr
|
|||
case _ ⇒ None
|
||||
}
|
||||
|
||||
protected[akka] override def start() {}
|
||||
|
||||
protected[akka] override def shutdown() {}
|
||||
|
||||
protected[akka] override def throughput = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue