sending shared pointer to struct. message type mismatch

Steven Schveighoffer via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Apr 21 14:15:36 PDT 2016


On 4/21/16 1:29 PM, Steven Schveighoffer wrote:

> I get strange behavior. Not an error/exception, but basically hung
> process. I tried modifying different things, and passing other types of
> messages. Seems almost like the call to send is ignored for sending the
> s message.

Nevermind, this is my ignorance. I was unaware that a spawned thread 
terminating via uncaught exception does nothing.

It kind of makes sense, but definitely not what many would expect.

-Steve


More information about the Digitalmars-d-learn mailing list