TODOs
This commit is contained in:
parent
c4dfd55c39
commit
62fcd1a3fd
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user