pub fn request_control(node: &'static TaskNode, op: ControlOp)Expand description
Enqueue a control request. Non-blocking; drops if the mailbox is full (4 outstanding), which is harmless for low-frequency manual control. Called by the application’s control surface.