Creates an epoll instance.
a hint specifying the number of file descriptors to be associated with the new instance. T
an fd for the new instance. The fd returned by epoll_create() should be closed with close().
epoll_create1 (int flags)
See Implementation
Creates an epoll instance.