JUCE
Public Attributes | List of all members
Thread::RealtimeOptions Struct Reference

A selection of options available when creating realtime threads. More...

Public Attributes

int priority = 5
 Linux only: A value with a range of 0-10, where 10 is the highest priority. More...
 
uint32_t workDurationMs = 0
 

Detailed Description

A selection of options available when creating realtime threads.

See also
startRealtimeThread

Member Data Documentation

◆ priority

int Thread::RealtimeOptions::priority = 5

Linux only: A value with a range of 0-10, where 10 is the highest priority.

◆ workDurationMs

uint32_t Thread::RealtimeOptions::workDurationMs = 0

The documentation for this struct was generated from the following file: