Mixin for the entry point of the application. Calls startRuntime and registerCurrentThread and the respective stop functions on scope(exit).
May be extended to contain more initialization in the future.
extern(C) void myMain() { mixin(LWDREntryPointMixin); }
See Source File
Mixin for the entry point of the application. Calls startRuntime and registerCurrentThread and the respective stop functions on scope(exit).
May be extended to contain more initialization in the future.