Skip to main content

TryEnqueue

Function TryEnqueue 

Source
pub fn TryEnqueue(
    Emitter: Arc<dyn RendererEmitter>,
    Channel: String,
    Value: String,
) -> bool
Expand 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.