mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
events: loop_schedule() is unclear, rename it loop_schedule_fast()
This commit is contained in:
@@ -753,7 +753,7 @@ void msg_schedule_emsgf(const char *const fmt, ...)
|
||||
va_end(ap);
|
||||
|
||||
char *s = xstrdup((char *)IObuff);
|
||||
loop_schedule(&main_loop, event_create(msg_emsgf_event, 1, s));
|
||||
multiqueue_put(main_loop.events, msg_emsgf_event, 1, s);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user