Very basic functionality for a Reactor implementation.
| Class | DelayedCall | No class docstring; 0/1 class variables, 0/12 instance variables, 9/10 methods documented |
| Class | ThreadedResolver | No summary |
| Class | BlockingResolver | Undocumented |
| Class | PluggableResolverMixin | A mixin which implements the pluggable resolver reactor interfaces. |
| Class | ReactorBase | Default base class for Reactors. |
| Class | BaseConnector | Basic implementation of IConnector. |
| Class | BasePort | Basic implementation of a ListeningPort. |
| Variable | _ThreePhaseEventTriggerCallable | Undocumented |
| Variable | _ThreePhaseEventTrigger | Undocumented |
| Variable | _ThreePhaseEventTriggerHandle | Undocumented |
| Class | _ThreePhaseEvent | Collection of callables (with arguments) which can be invoked as a group in a particular order. |
| Variable | _SystemEventID | Undocumented |
| Variable | _ThreadCall | Undocumented |
| Class | _SignalReactorMixin | Private mixin to manage signals: it installs signal handlers at start time, and define run method. |