pub async fn request_control(node: &'static TaskNode, op: ControlOp)Expand description
Enqueue a control request, waiting for mailbox capacity if it is full. Lossless — the request is delivered once the supervisor’s driver loop drains an earlier command. Called by the application’s control surface.