Mid ActorID refactoring
This commit is contained in:
parent
f35ff945ef
commit
803838d315
10 changed files with 508 additions and 542 deletions
|
|
@ -89,7 +89,7 @@ object RemoteServer {
|
|||
}
|
||||
|
||||
class RemoteActorSet {
|
||||
val actors = new ConcurrentHashMap[String, Actor]
|
||||
val actors = new ConcurrentHashMap[String, ActorID]
|
||||
val activeObjects = new ConcurrentHashMap[String, AnyRef]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue