Module context

Module context 

Source
Expand description

Runtime context for AimDB services

Provides a unified interface to runtime capabilities like sleep and timestamp functions, abstracting away the specific runtime adapter implementation.

Structs§

Log
Log utilities accessor for RuntimeContext
RuntimeContext
Unified runtime context for AimDB services
Time
Time utilities accessor for RuntimeContext

Functions§

create_runtime_context
Create a RuntimeContext from any Runtime implementation (std version)