mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
Add teardown function for the event.c module
Also move the `job_teardown` call from os_unix.c to the event module
This commit is contained in:
@@ -41,6 +41,11 @@ void event_init()
|
||||
uv_prepare_init(uv_default_loop(), &timer_prepare);
|
||||
}
|
||||
|
||||
void event_teardown()
|
||||
{
|
||||
job_teardown();
|
||||
}
|
||||
|
||||
// Wait for some event
|
||||
bool event_poll(int32_t ms)
|
||||
{
|
||||
|
Reference in New Issue
Block a user