Module delay_timer::entity[][src]

Expand description

DelayTimer is a cyclic task manager with latency properties, based on an internal event manager and task scheduler, and supported by the runtime provided by smol, which makes it easy to manage asynchronous/synchronous/scripted cyclic tasks.

DelayTimer

User applications can be served through the lib used by DelayTimer:

  1. Mission deployment.

Structs

DelayTimer is an abstraction layer that helps users solve execution cycle synchronous/asynchronous tasks.

Builds DelayTimer with custom configuration values.

SharedHeader Store the core context of the runtime.

Functions

get current OS SystemTime.

get current OS SystemTime.