]> git.tdb.fi Git - libs/core.git/commitdiff
Make the Thread state machine more strict
authorMikko Rasa <tdb@tdb.fi>
Mon, 22 Apr 2013 10:54:32 +0000 (13:54 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 22 Apr 2013 11:02:02 +0000 (14:02 +0300)
Trying to re-launch a thread after it has finished now throws a
logic_error.

Added a state to indicate the thread having finished.


No differences found