[Issue 9005] std.concurrency.spawn should allow `void delegate(Args) shared` for new Tid
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 5 12:54:40 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9005
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |andrej.mitrovich at gmail.com
Resolution| |FIXED
--- Comment #3 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-02-05 12:54:37 PST ---
Fixed, however the sample needs to change:
auto foo = new Foo;
to:
auto foo = new shared(Foo);
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list