Re: std.concurrency.Generator yieldAll?
Sean Kelly via Digitalmars-d Sat, 01 Nov 2014 10:16:18 -0700
I see generators as being somewhat like opApply in terms of how
they're written. So a single generator would recurve across the
entire tree. Allocating a new generator per node isn't going to
be very efficient, even if we optimize for that case.
- std.concurrency.Generator yieldAll? bearophile via Digitalmars-d
- Re: std.concurrency.Generator yieldAll? Sean Kelly via Digitalmars-d
- Re: std.concurrency.Generator yieldAll? bearophile via Digitalmars-d
