Skip to main content

Crate asched_core

Crate asched_core 

Source
Expand description

Reusable local scheduler core.

Applications own presentation. This crate owns project registration, routine persistence, scheduling, execution, daemon IPC, and lifecycle.

Re-exports§

pub use registry::Project;
pub use registry::ProjectRegistry;
pub use registry::RegistryError;
pub use registry::RegistryStore;

Modules§

migration
Explicit import paths from schedulers that predate asched. ref: README.md#migrating-from-wsx
registry
Generic project registry. ref: README.md#architecture
routine
Machine-local scheduled routines.