Ejemplo n.º 1
0
 public Reactor(ISynchronousEventDemultiplexer synchronousEventDemultiplexer)
 {
     _synchronousEventDemultiplexer = synchronousEventDemultiplexer;
     _handlers = new Dictionary <TcpListener, IEventHandler>();
 }
Ejemplo n.º 2
0
 public Reactor(ISynchronousEventDemultiplexer synchronousEventDemultiplexer)
 {
     _synchronousEventDemultiplexer = synchronousEventDemultiplexer;
     _handlers = new Dictionary<TcpListener, IEventHandler>();
 }