Пример #1
0
 public InternalExposedPublisherReceive(Receive activeReceive, Action <object> unhandled, ActorProcessorImpl self) : base(activeReceive, unhandled)
 {
     _self = self;
 }
Пример #2
0
 public InternalBatchingInputBuffer(int count, ActorProcessorImpl impl) : base(count, impl)
 {
     _impl = impl;
 }