pub type NewTaskNotify = UnboundedSender<String>;Expand description
Storage-layer “new task inserted” notifier. Uses String rather than the
scheduler’s TaskId newtype to keep storage free of any dependency on
crate::tasks. The MCP server installs a small bridge that forwards
each id into the scheduler’s typed channel.
Aliased Type§
pub struct NewTaskNotify { /* private fields */ }