
June 25, 2007
8:40 p.m.
On 6/25/07, Jean-Paul Calderone <exarkun@divmod.com> wrote:
I just want to point out that neither deferredGenerator nor inlineCallbacks does anything _new_ - they only provide an alternate API for defining callbacks and errbacks (an API that lets you use code inline within a single function without defining new functions). If your code doesn't execute in the right order without deferredGenerator, it won't execute in the right order with deferredGenerator either.
Yep - I meant that I could definitely use this in my code, but not specifically to fix my unittest issues, which I haven't corrected yet. Brendon