(cb: (() => void) | null)
| 290 | * Used by the print/SDK query loop to kick off processing. |
| 291 | */ |
| 292 | export function setOnEnqueue(cb: (() => void) | null): void { |
| 293 | onEnqueueCb = cb |
| 294 | } |
| 295 | |
| 296 | /** |
| 297 | * Drain all pending inbox messages and release retained history. |
no outgoing calls