1 shared void function() sharedStaticDtorHook; 2 shared void function() staticDtorHook; 3 shared static ~this() { sharedStaticDtorHook(); } 4 static ~this() { staticDtorHook(); } 5
1 shared void function() sharedStaticDtorHook; 2 shared void function() staticDtorHook; 3 shared static ~this() { sharedStaticDtorHook(); } 4 static ~this() { staticDtorHook(); } 5