7f77b23da8
This prevents the intermediate thread from exiting properly, as fork creates a child process with only one thread, so any existing data_logger thread will not be in the child. Since this thread sets a flag the data_logger dtor blocks on, all children threads will hang on exit. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
daemonizer.h | ||
posix_daemonizer.inl | ||
posix_fork.cpp | ||
posix_fork.h | ||
windows_daemonizer.inl | ||
windows_service.cpp | ||
windows_service.h | ||
windows_service_runner.h |