Skip to main content

Module core

Module core 

Source

Modules§

events
Event hooks and observability for taskgraph-rs. Fully compatible with no_std.
scheduler
Graph validation and topological sort (Kahn’s algorithm). Ensures the graph is a valid DAG before execution.
task
Task definitions and storage traits. Handles both static function pointers and dynamic closures.