merge master into parental-supervision, fixing up resulting breakage
This commit is contained in:
commit
d55f02e6c1
95 changed files with 759 additions and 731 deletions
|
|
@ -42,7 +42,7 @@ object Props {
|
|||
*/
|
||||
def apply(): Props = default
|
||||
|
||||
def empty = Props(context ⇒ { case null ⇒ })
|
||||
val empty = Props(new Actor { def receive = Actor.emptyBehavior })
|
||||
|
||||
/**
|
||||
* Returns a Props that has default values except for "creator" which will be a function that creates an instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue