std.concurrency doesn't like structs, classes?

Ali Çehreli acehreli at yahoo.com
Thu May 23 11:09:34 PDT 2013


On 05/23/2013 10:57 AM, "Luís Marques" <luismarques at gmail.com>" wrote:

 > Has anyone tried the example from std.concurrency, but changing the int
 > to an (immutable) struct or class? When I did that it failed with "Owner
 > terminated". When I added a Variant to the receive() list, to try and
 > fix that, I got an assertion failure (but the receive() handler was
 > called).
 >
 > Luís

Why not provide a short program instead of describing? :)

Could be this bug:

   http://d.puremagic.com/issues/show_bug.cgi?id=5538

Ali



More information about the Digitalmars-d mailing list