completed new actor impl with link/unlink trapExit etc. all tests pass + reorganized package structure
This commit is contained in:
parent
be2aa089e7
commit
de846d4555
49 changed files with 1809 additions and 2259 deletions
|
|
@ -45,7 +45,7 @@ class ActorTest {
|
|||
val actor = new TestActor
|
||||
actor.start
|
||||
val result = actor !? "Hello"
|
||||
assertEquals("World", result.get.asInstanceOf[String])
|
||||
assertEquals("World", result.asInstanceOf[String])
|
||||
actor.stop
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue