tui: "backpressure": Drop messages to avoid flooding.

Closes #1234

multiqueue:
- Implement multiqueue_size()
- Rename MultiQueueItem.parent to MultiQueueItem.parent_item, to avoid confusion
  with MultiQueue.parent.
This commit is contained in:
Justin M. Keyes
2016-10-03 10:46:11 +02:00
parent 5082af415f
commit 043f85210a
11 changed files with 130 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
// Bridge for communication between a UI thread and nvim core.
// Used by the built-in TUI and external libnvim-based UIs.
// Used by the built-in TUI and libnvim-based UIs.
#ifndef NVIM_UI_BRIDGE_H
#define NVIM_UI_BRIDGE_H