I am in need of something inbetween WaitforAll() and WaitforTask(nullptr, priority).
In my pipeline, user code dumps a lot of tasks with highest priority and then makes sure they all completed (but not low priority background tasks!).
I struggle to port this behavior to enkiTS. Any hints?
I am in need of something inbetween
WaitforAll()andWaitforTask(nullptr, priority).In my pipeline, user code dumps a lot of tasks with highest priority and then makes sure they all completed (but not low priority background tasks!).
I struggle to port this behavior to enkiTS. Any hints?