Module components

Source
Expand description

Contains the building blocks for creating time-based logic.

This module provides concrete implementations for watchers (which react to time passing) and tasks (which represent complex, multi-step automations). The HyperclockEngine manages collections of these components to drive the application’s logic.

Modules§

task
Defines complex, multi-step, stateful tasks, such as lifecycle loops.
watcher
Defines watchers that react to the event stream to produce higher-level events.