5namespace cl::threading {
20 api_status init(
async_worker* workers,
size_t worker_count)
override;
Definition: async_worker.h:7
Round robin implementation of async worker scheduler.
Definition: round_robin.h:13
api_status next(async_worker **worker) override
Grabs the next suitable scheduler, according to the algorithm being used.
Definition: round_robin.cpp:15
Thread pool scheduler interface.
Definition: scheduler.h:13