Specific task prioritization

Specific task prioritization

Imagen de 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.

publicaciones de 2 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de Raf Schietekat

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

Inicie sesión para dejar un comentario.