Пример #1
0
 public ActorPrototype(Type actor)
 {
     gc         = new GC(actor);
     reentrant  = new Reentrant(actor);
     dispatcher = new Dispatcher(actor);
 }
Пример #2
0
 protected ActorPrototype(Type actor)
 {
     gc = new GC(actor);
     reentrant = new Reentrant(actor);
     dispatcher = new Dispatcher(actor);
 }