[Issue 5806] std.concurrency : Need the count of a thread's message queue

2016-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5806 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5806] std.concurrency : Need the count of a thread's message queue

2013-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5806 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-22 18:04:31 PST --- Welp, I don't think I know how to implement this, I'm not sure which one of these is right: return m_localMsgs; return m_localBox.length; return