pub fn TryEnqueue(
Emitter: Arc<dyn RendererEmitter>,
Channel: String,
Value: String,
) -> boolExpand description
Submit a pending append for coalescing. Returns true when the
item was enqueued (the coalescer will flush within
COALESCE_WINDOW), false when coalescing is disabled and the
caller must flush inline.