On Aug 5, 2013, at 4:18 PM, Marek Janukowicz <[email protected]> wrote:
> I'm using std.concurrency message passing and I'd like to check which thread > might be a bottleneck. The easiest would be check number of messages piled > up for each of them, but I could not find a way to do that. Is it possible? > Every detail about MessageBox seems to be hidden... Not currently. It wouldn't be hard to add a function to get the count used by setMaxMailboxSize though. I'll make a note to add it.
