Specific task prioritization

Specific task prioritization

Ritratto di Sergey N.

Hi,

I'm pretty new to tbb, and may be missing something, but my problem is the following:

I have a set of specific computations which I need to start computing only(!) when there is nothing else for tbb to do. How can I achieve that using TBB ?

Thank you for your help!

Sergey.

2 post / 0 new
Ultimo contenuto
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione
Ritratto di Raf Schietekat

Consider "void enqueue ( task& t, priority_t p ) const".

Accedere per lasciare un commento.