std.concurrency.Generator yieldAll?

bearophile via Digitalmars-d digitalmars-d at puremagic.com
Wed Nov 5 13:59:24 PST 2014


Another problems of std.concurrency.Generator is that currently 
it's not pure, not nothrow, not @safe and not @nogc. So its usage 
turns clean code into something that much less guarantees. This 
is unfortunate because you want to use it mostly in the 
functional-style code where you want those well-behaving 
guarantees.

Bye,
bearophile


More information about the Digitalmars-d mailing list