On 2/12/06, Dave Lee <davelee.com / gmail.com> wrote: > This submission: > > - passes the tests > - runs a couple orders faster than the continuation generator using > the provided bench > - runs the generator block in a separate thread > - intended to handle both stateful and stateless (functional) generator blocks > - provides a Generator::stateless constructor that allows for the > generator block to run for more than one callback to Generator#yield > - is uncommented forgot one thing: - intended to handle infinite generators. Dave