Why does std.concurrency.Mailbox use lists ?

badlink via Digitalmars-d digitalmars-d at puremagic.com
Wed Sep 10 01:11:09 PDT 2014


On Tuesday, 9 September 2014 at 20:47:24 UTC, Sean Kelly wrote:
> That's strange.  As you can see, spawn() just creates a kernel
> thread.  There's an allocation for the context of a closure, but
> this has nothing to do with the message queue.

I made a mistake in the post, the function is _send_ not spawn !


More information about the Digitalmars-d mailing list