Part of twisted.internet View Source
In order to use this support, simply do the following:
from twisted.internet import glib2reactor glib2reactor.install()
Then use twisted.internet APIs as usual. The other methods here are not intended to be called directly.
Class | Glib2Reactor | The reactor using the glib mainloop. |
Function | install | Configure the twisted mainloop to be run inside the glib mainloop. |