For distributed computing it is necessary to have a unique identifier for actors in a system (see issue #22). Therefore it is necessary to improve the registry with the following objectives:
an actor must know its registered name,
info must show the registered name,
make it easier to use the Actors API with actor names.
To do
[x] include a name field in the _ACT struct, has been done already
[x] update register to set the actor's name field, has been done already
For distributed computing it is necessary to have a unique identifier for actors in a system (see issue #22). Therefore it is necessary to improve the registry with the following objectives:
info
must show the registered name,Actors
API with actor names.To do
include ahas been done alreadyname
field in the_ACT
struct,updatehas been done alreadyregister
to set the actor'sname
field,info
to report an actor's name