Also i want to remember about very important part of asyncdispatch - 
selectors.nim, and your work with this part. Do you remember 
[https://github.com/nim-lang/Nim/blob/devel/lib/pure/ioselects/ioselectors_epoll.nim#L405-L411](https://github.com/nim-lang/Nim/blob/devel/lib/pure/ioselects/ioselectors_epoll.nim#L405-L411)
 ? Why you decide that selectors.nim and epoll.nim are only suited to work with 
sockets? What about pipes, file descriptors? And how do you think what error 
you obtain using getsockopt() on pipe or file descriptor?

Reply via email to