Skip to main content

Crate actionqueue_runtime

Crate actionqueue_runtime 

Source
Expand description

ActionQueue runtime: dispatch loop, configuration, and embedded API.

This crate composes the storage, engine, and executor primitives into a cohesive runtime that drives the full task lifecycle from submission through scheduling, leasing, execution, and completion.

Modulesยง

config
Runtime configuration for the ActionQueue dispatch loop.
dispatch
Core dispatch loop that composes all engine primitives.
engine
Embedded API surface for the ActionQueue runtime.
worker
Worker communication types for the async dispatch loop.