From: Scott McCaskill (scott_at_[hidden])
Date: 2001-08-14 13:51:27


Shouldn't thread::join() throw an exception if a thread tries to join
itself? Right now, it will deadlock in such a situation.