Part of twisted.internet View Source
The reactor is the Twisted event loop within Twisted, the loop which drives applications using Twisted. The reactor provides APIs for networking, threading, dispatching events, and more.
The default reactor is based on select(2)
and will be
installed if this module is imported without another reactor being
explicitly installed. Regardless of which reactor is installed, importing
this module is the correct way to get a reference to it.