should a thread print exceptions?

Sean Kelly sean at invisibleduck.org
Wed Jul 11 12:23:16 PDT 2012


On Jul 11, 2012, at 11:47 AM, maarten van damme wrote:

> Recieved not a lot of response, maybe I should explain everything a bit more.
> I'm using multiple threads and one is parsing webpages. I'm prety sure
> everything works correctly but when an error occurs, I'll enver know.
> The thread will quit without an error message and I have no idea how
> to retrieve it.

You might also want to consider using spawnLinked.  That would send you a message when the thread terminates.



More information about the Digitalmars-d mailing list