[dmd-concurrency] Thread termination protocol (shutdown protocol evolved)

Andrei Alexandrescu andrei at erdani.com
Thu Jan 21 11:27:00 PST 2010


Michel Fortin wrote:
> I disagree about inheriting from Error: Terminate isn't an error. You're probably right that it shouldn't be an Exception, so in that case it should inherit from Throwable, not Error.

The hierarchy as described in TDPL has Error and Exception inheriting 
Error. I think it's ok to rename Error into the more descriptive 
Throwable. Sean?

Andrei


More information about the dmd-concurrency mailing list