leapmotion / autowiring

A C++ Inversion of Control Framework
http://autowiring.io/
Apache License 2.0
148 stars 17 forks source link

Add support for adjusting the thread scheduling policy #1044

Closed gittyupagain closed 6 years ago

gittyupagain commented 6 years ago

In order to properly get thread priorities working on Unix-like operating systems, a realtime scheduler needs to be used. This PR provides the ability to adjust the scheduler to be used when creating a new thread.