Crate floxide_timer

Source
Expand description

§Floxide Timer

Timer-based node extensions for the Floxide framework.

This crate provides time-based workflow capabilities through the TimerNode trait and various time-based schedule implementations.

Structs§

NestedTimerWorkflow
A nested timer workflow that can be used as a standard node
SimpleTimer
A simple timer that executes a function based on a schedule
TimerNodeAdapter
An adapter to use a timer node as a standard node
TimerWorkflow
A timer workflow that orchestrates execution of timer nodes

Enums§

Schedule
Represents a time schedule for execution

Traits§

TimerActionExt
Extension trait for ActionType to provide timer-specific actions
TimerNode
A node that executes based on time schedules