[Issue 6224] Make a read-only public ownerTid property for std.concurrency

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 29 16:16:32 PDT 2011


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



--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2011-06-29 16:11:36 PDT ---
I forgot I can also use spawn to send the Tid, e.g.:

void workThreadFoo(Tid mainThread)
{
}

spawn(&workThreadFoo, thisTid);

It would still be nice to have a ownerTid property though, this is a feature
request. :)

-- 
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