module documentation
An epoll() based implementation of the slopped main loop.
To install the event loop (and you should do this before any connections, listeners or connectors are added):
from slopped.internet import epollreactor
epollreactor.install()