Move hotswap stack into Actor trait. See #1717
This commit is contained in:
parent
c1178c9b1a
commit
d12d56a1ae
6 changed files with 78 additions and 23 deletions
|
|
@ -22,7 +22,6 @@ object Props {
|
|||
|
||||
final val defaultRoutedProps: RouterConfig = NoRouter
|
||||
|
||||
final val noHotSwap: Stack[Actor.Receive] = Stack.empty
|
||||
final val empty = new Props(() ⇒ new Actor { def receive = Actor.emptyBehavior })
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue