The runtime services that surround a running yuno: the entry point, the
process environment, the C_YUNO root gobj, timers, inter-event messaging,
the simple DB, command execution, and gclass registration.
In this section¶
Entry Point —
yuneta_entry_point()and process bring-up.Environment — process-wide environment and paths.
Yuno — the
C_YUNOroot object.Timer — high- and low-level timer helpers.
Inter-Event Messaging — RPC-style messaging between yunos.
DB Simple — the lightweight key-value store.
Run Command — executing commands programmatically.
GClass Registration — registering the built-in gclasses.