0
0
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:
Luna Razzaghipour
2025-09-10 03:55:51 -04:00
committed by Christian Brabandt
parent 306a138172
commit 4bf0f6c1df
5 changed files with 21 additions and 3 deletions

View File

@@ -46,6 +46,11 @@
#include <time.h>
#include <dirent.h>
/*
* Mach interface
*/
#include <mach/task.h>
/*
* MacOS specific #define
*/