mecca.runtime.services

Undocumented in source.

Members

Functions

registerAtExit
void registerAtExit(void function() fn)
Undocumented in source. Be warned that the author may not have intended to support it.
registerAtExit
void registerAtExit(void delegate() dg)
Undocumented in source. Be warned that the author may not have intended to support it.
runAtExitCallbacks
void runAtExitCallbacks()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

registerService
mixintemplate registerService()
Undocumented in source.

Static variables

_registeredServices
ServiceInterface[string] _registeredServices;
Undocumented in source.
_serviceGlobalsInitFuncs
void function()[][string] _serviceGlobalsInitFuncs;
Undocumented in source.

Structs

ServiceInterface
struct ServiceInterface
Undocumented in source.

Templates

ServiceGlobal
template ServiceGlobal(string svc, T, string mod = __MODULE__, size_t line = __LINE__)
Undocumented in source.

Meta