Package ZenUtils :: Module Step
[show private | hide private]
[frames | no frames]

Module ZenUtils.Step

Step

Utility for chaining defered actions.
Classes
Test  

Function Summary
  Step(iterable)
Step through iterable looking for deferreds.

Function Details

Step(iterable)

Step through iterable looking for deferreds. Whenever a deferred is encountered wait until it is called before continuing through iterable.

Iterable is usually a generator function that yields a defered anytime it wants to wait for that deferred to trigger before continuing execution.

Generated by Epydoc 2.1 on Thu Aug 16 09:55:11 2007 http://epydoc.sf.net