[getIoHandler](https://nim-lang.github.io/Nim/asyncdispatch.html#getIoHandler%2CPDispatcher) will returning IOCP Handle on Windows or [Selector[AsyncData]](https://github.com/nim-lang/Nim/blob/devel/lib/pure/asyncdispatch.nim#L1137-L1138) on Unix
- Accessing selectors from dispatcher ? why? mactuan12
- Re: Accessing selectors from dispatcher ? why? mashingan
