mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 20:20:42 +00:00
refactor: allow us to process a child queue only while waiting on input
This commit is contained in:
@@ -144,6 +144,8 @@ void event_init(void)
|
||||
{
|
||||
log_init();
|
||||
loop_init(&main_loop, NULL);
|
||||
resize_events = multiqueue_new_child(main_loop.events);
|
||||
|
||||
// early msgpack-rpc initialization
|
||||
msgpack_rpc_init_method_table();
|
||||
msgpack_rpc_helpers_init();
|
||||
|
||||
Reference in New Issue
Block a user