api/nvim_get_mode: Use child-queue instead of "priority".

This commit is contained in:
Justin M. Keyes
2017-04-27 13:54:54 +02:00
parent acfd2a2a29
commit f17a818519
6 changed files with 11 additions and 12 deletions

View File

@@ -11,6 +11,11 @@
#define METHOD_MAXLEN 512
/// HACK: os/input.c drains this queue immediately before blocking for input.
/// Events on this queue are async-safe, but they need the resolved state
/// of os_inchar(), so they are processed "just-in-time".
MultiQueue *ch_before_blocking_events;
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "msgpack_rpc/channel.h.generated.h"
#endif