ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::advanced::profiles Namespace Reference

Functions

auto realtime () -> thread_profile
 
auto low_latency () -> thread_profile
 
auto throughput () -> thread_profile
 
auto background () -> thread_profile
 

Function Documentation

◆ background()

auto threadschedule::advanced::profiles::background ( ) -> thread_profile
inline

Definition at line 48 of file thread_profile.hpp.

References threadschedule::schedule::background().

◆ low_latency()

auto threadschedule::advanced::profiles::low_latency ( ) -> thread_profile
inline

Definition at line 36 of file thread_profile.hpp.

References threadschedule::schedule::low_latency().

◆ realtime()

auto threadschedule::advanced::profiles::realtime ( ) -> thread_profile
inline

Definition at line 30 of file thread_profile.hpp.

References threadschedule::schedule::realtime_fifo().

◆ throughput()

auto threadschedule::advanced::profiles::throughput ( ) -> thread_profile
inline

Definition at line 42 of file thread_profile.hpp.

References threadschedule::schedule::normal().