Exemplo n.º 1
0
 public ActorPrototype(Type actor)
 {
     gc         = new GC(actor);
     reentrant  = new Reentrant(actor);
     dispatcher = new Dispatcher(actor);
 }
Exemplo n.º 2
0
 protected ActorPrototype(Type actor)
 {
     gc = new GC(actor);
     reentrant = new Reentrant(actor);
     dispatcher = new Dispatcher(actor);
 }