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