Package ClusterShell :: Package Engine :: Module Engine
[hide private]
[frames] | no frames]

Module Engine

source code

Interface of underlying Task's Engine.

An Engine implements a loop your thread enters and uses to call event handlers in response to incoming events (from workers, timers, etc.).

Classes [hide private]
  EngineException
Base engine exception.
  EngineAbortException
Raised on user abort.
  EngineTimeoutException
Raised when a timeout is encountered.
  EngineIllegalOperationError
Error raised when an illegal operation has been performed.
  EngineAlreadyRunningError
Error raised when the engine is already running.
  EngineBaseTimer
Abstract class for ClusterShell's engine timer.
  EngineTimer
Concrete class EngineTimer
  _EngineTimerQ
  Engine
Interface for ClusterShell engine.
Variables [hide private]
  __package__ = 'ClusterShell.Engine'
  __warningregistry__ = {('the sets module is deprecated', <type...
Variables Details [hide private]

__warningregistry__

Value:
{('the sets module is deprecated',
  <type 'exceptions.DeprecationWarning'>,
  42): True}