2#include "../api_status.h"
5namespace cl::threading {
Definition: async_worker.h:7
Thread pool scheduler interface.
Definition: scheduler.h:13
virtual api_status next(async_worker **worker)=0
Grabs the next suitable scheduler, according to the algorithm being used.
virtual api_status init(async_worker workers[], size_t worker_count)=0
Initializes the scheduler.