Adding initial support for Props
This commit is contained in:
parent
4bc0cfe0bf
commit
c7d58c600b
102 changed files with 1141 additions and 1524 deletions
|
|
@ -213,8 +213,8 @@ Here is the API and how to use it from within an 'Actor':
|
|||
self.link(actorRef)
|
||||
self.unlink(actorRef)
|
||||
|
||||
// starts and links Actors atomically
|
||||
self.startLink(actorRef)
|
||||
// link first, then start actor
|
||||
self.link(actorRef).start()
|
||||
|
||||
// spawns (creates and starts) actors
|
||||
self.spawn[MyActor]
|
||||
|
|
|
|||
|
|
@ -21,6 +21,5 @@ Scala API
|
|||
routing
|
||||
fsm
|
||||
http
|
||||
security
|
||||
testing
|
||||
tutorial-chat-server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue