std.concurrency doesn't like structs, classes?

"Luís "Luís
Thu May 23 10:57:48 PDT 2013


Hi,

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


More information about the Digitalmars-d mailing list