Johan Wikman 12f0886ca2 Call destroyInstance after workers have exited
Router and filter instances cannot be destroyed before all worker
threads have exited. Otherwise there is a risk that data gets deleted
while someone might still be accessing it. Further, since all router
and filter instances are created by the main-thread it is better that
they are deleted by that thread as well (and not by whichever thread
happens to execute service_shutdown()). That will reduce the risk that
some unknown assumptions are violated.
2016-12-09 13:00:14 +02:00
..
2016-12-03 11:31:18 +02:00
2016-10-14 19:50:54 +03:00
2016-10-21 18:33:35 +03:00
2016-11-30 10:28:23 +02:00
2016-12-03 11:31:18 +02:00
2016-08-17 10:06:35 +03:00
2016-11-23 11:24:34 +02:00
2016-11-10 15:15:10 +02:00
2016-11-24 15:22:55 +02:00
2016-10-17 12:17:09 +03:00
2016-10-14 19:50:54 +03:00
2016-10-14 19:50:54 +03:00
2016-10-14 15:55:33 +03:00
2016-12-02 15:19:44 +02:00
2016-10-14 19:50:54 +03:00
2016-10-21 18:33:35 +03:00
2016-10-14 13:48:10 +03:00
2016-10-14 19:50:54 +03:00
2016-10-14 13:48:10 +03:00
2016-11-30 10:28:23 +02:00
2016-11-03 09:35:49 +02:00