[][src]Function libeyelink_sys::set_application_priority

pub unsafe extern "C" fn set_application_priority(priority: INT32) -> INT32

@ingroup priority Changes the multitasking proirity of current application Using THREAD_PRIORITY_ABOVE_NORMAL may reduce latency Reset priority with THREAD_PRIORITY_NORMAL Too high priority will stop the link from functioning! @deprecated This function is depricated. It is left for compatibility reasons. The implementation does nothing.