//! Task management module for Hippox core
//!
//! This module provides a GLOBAL static task pool (independent of Hippox instances)
//! with automatic background execution engine that starts at program load.
pub use *;
pub use ExecutableTask;
pub use TaskStateUpdater;
pub use *;