In the selectors module, the register function registers the fd from socket. I need to use the equivalent of POSIX poll for files as well as sockets. Should I just use the posix module as the server will be linux or is there a portable way to do what I want in standard library?