#ifndef ONE_TO_ONE_PIPE_SCHEDULER_HPP
#define ONE_TO_ONE_PIPE_SCHEDULER_HPP


#include "bounded_prolific_scheduler.hpp"


int run_one_to_one_pipe_scheduler(
    int totalTasks, //px 1000 frames
    int workerCount,//gia na kserw posa processes tha dimiourgithoun(4 workers px)
    scheduler_task_fn taskFn,//afth h synartisi pou einai ston prolific kaikanei sorting
    void* context,//pointer sta dedomena 
    bool enableAffinity = false//nomizo!
                    );//0 succes , -1 error
#endif
