Exemple #1
0
 public override void add(IAsyncFd asyncFd, IAsyncType asyncType, IAsyncEventHandler asyncEventHandler)
 {
     _eventContainer = new EventContainer(asyncFd, asyncType, asyncEventHandler);
     Console.WriteLine("selector add");
 }
Exemple #2
0
 public virtual void add(IAsyncFd asyncFd, IAsyncType asyncType, IAsyncEventHandler asyncEventHandler)
 {
     _eventContainer = new EventContainer(asyncFd, asyncType, asyncEventHandler);
     Console.WriteLine("asyncpolling add fd, type, eventhandler");
 }