//! Shared remote-worker demo task — same `name` must exist on the worker for dispatch.
//!
//! Enqueue and worker examples include this module so inventory registers identically.
//! Production apps usually put handlers in a shared crate and `use tasks as _;`
//! from the worker binary.
// Examples print status to the console.
use ;
// `#[task]` requires async handlers.
pub async