#import #include namespace mbgl { namespace platform { void makeThreadLowPriority() { [[NSThread currentThread] setThreadPriority:0.0]; } } }