libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::ppd::private_::priority_t< Joinability, TPB, Pri > Class Template Reference

A modifier to allow setting the kernel-level priority that will be used by the thread whilst processing the work. More...

#include <thread_dsel_types.hpp>

Detailed Description

template<template< class > class Joinability, class TPB, typename TPB::priority_type Pri>
class jmmcg::ppd::private_::priority_t< Joinability, TPB, Pri >

A modifier to allow setting the kernel-level priority that will be used by the thread whilst processing the work.

Parameters
PriThe priority at which the work should be executed. Note that this priority is only used whilst the work is being executed, and after the work is completed, or an exception is thrown, the thread resets to the default priority of the thread pool.

Definition at line 440 of file thread_dsel_types.hpp.


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