A static class by which to interface with core features of LWDR.
Initialise LWDR. This forwards to LWDR.startRuntime. It is intended for external C code.
Terminate LWDR. This forwards to LWDR.stopRuntime. It is intended for external C code.
Mixin for the entry point of the application. Calls startRuntime and registerCurrentThread and the respective stop functions on scope(exit).
Mixin for the entry point of a secondary thread. Calls registerCurrentThread and the respective stop function on scope(exit).