This commit is contained in:
Sebastian Messmer 2015-10-29 15:51:05 +01:00
parent c4dfd55c39
commit 62fcd1a3fd

View File

@ -7,6 +7,8 @@
namespace cpputils {
//TODO Test
//TODO Move out of "random" folder into own library folder
//TODO Test that fork() doesn't destroy anything (e.g. no deadlock on stop() because thread is not running anymore)
// Has to be final, because otherwise there could be a race condition where LoopThreadForkHandler calls a LoopThread
// where the child class destructor already ran.
class LoopThread final {