* On System abrupt shutdown running threads are not stopped before system cleanup
  -> We should wait for thread execution to finish or kill all of them

* If anchor points matches class names, inheritance cycles can appear which
	can crash the application.
		
	USE SOME RULE TO ENSURE anchor points NEVER MATCH class name
	For example prepend underscore on anchor_points

