//! Shared Mode 2 demo task — same `name` must exist on the worker for dispatch.
//!
//! Both `remote_enqueue` and `remote_worker` include this module so inventory registers
//! identically. Production apps usually put handlers in a shared crate and `use tasks as _;`
//! from the worker binary.
use ;
pub async