mirror of
https://github.com/vim/vim.git
synced 2025-10-22 08:34:29 -04:00
patch 9.1.1748: macOS: Default scheduler priority too low
Problem: macOS: Default scheduler priority too low Solution: Explicitly set TASK_DEFAULT_APPLICATION scheduler priority to improve responsiveness (Luna Razzaghipour). closes: #18120 Signed-off-by: Luna Razzaghipour <luna@xoria.org> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
306a138172
commit
4bf0f6c1df
@@ -46,6 +46,11 @@
|
||||
#include <time.h>
|
||||
#include <dirent.h>
|
||||
|
||||
/*
|
||||
* Mach interface
|
||||
*/
|
||||
#include <mach/task.h>
|
||||
|
||||
/*
|
||||
* MacOS specific #define
|
||||
*/
|
||||
|
Reference in New Issue
Block a user