Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Currently shutdown is handled partially by main thread, partially by "shutdown thread" created by signal handler, partially by thread initiated shutdown.
Instead we should let thread initiating shutdown notify main thread and then main thread takes over all shutdown handling.
Aim of this task is to have cleaner shutdown.