Module core

Source
Expand description

Core types for QML.

This module contains the fundamental types for job processing, including job definitions and state management.

Re-exports§

pub use job::Job;
pub use job_state::JobState;

Modules§

job
Job definition and management.
job_state
Job state management.