pub fn drain_data_cmd_queue()Expand description
Drains all buffered data commands, dispatching each to the data engine.
Commands enqueued by handlers stay queued for a subsequent drain.
ยงPanics
Panics if a command handler panics; remaining commands in the collected batch are then dropped.