XXX - twisted.internet.default needs docstring
Imported modules
|
|
from bisect import insort
from main import CONNECTION_LOST, CONNECTION_DONE
import os
import signal
import socket
from time import time, sleep
from twisted.internet import main, tcp, udp, task
from twisted.internet.base import ReactorBase
from twisted.internet.interfaces import IReactorCore, IReactorTime, IReactorUNIX, IReactorTCP, IReactorUDP, IReactorSSL, IReactorProcess, IReactorFDSet
from twisted.persisted import styles
from twisted.python import log, threadable
from twisted.python.runtime import platform
|
Functions
|
|
install
win32select
|
|
install
|
install ()
Configure the twisted mainloop to be run inside the gtk mainloop.
|
|
win32select
|
win32select (
r,
w,
e,
timeout=None,
)
Win32 select wrapper.
|
Classes
|
|
PosixReactorBase |
A basis for reactors that use file descriptors.
|
SelectReactor |
A select() based reactor - runs on all POSIX platforms and on Win32.
|
_UnixWaker |
This class provides a simple interface to wake up the select() loop.
|
_Win32Waker |
I am a workaround for the lack of pipes on win32.
|
|
|