mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
ServiceInterface
mecca
runtime
services
Undocumented in source.
struct
ServiceInterface {
enum
State
;
string
[]
deps
;
bool
delegate
()
setup
;
void
delegate
()
teardown
;
State
state
;
}
Members
Enums
State
enum
State
Undocumented in source.
Variables
deps
string
[]
deps
;
Undocumented in source.
setup
bool
delegate
()
setup
;
Undocumented in source.
state
State
state
;
Undocumented in source.
teardown
void
delegate
()
teardown
;
Undocumented in source.
Meta
Source
See Implementation
mecca
runtime
services
functions
registerAtExit
runAtExitCallbacks
mixin templates
registerService
static variables
_registeredServices
_serviceGlobalsInitFuncs
structs
ServiceInterface
templates
ServiceGlobal