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