Skip to main content

TryEnqueue

Function TryEnqueue 

Source
pub fn TryEnqueue(Handle: &AppHandle, 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.