#include "common/task_runner.hpp"
#include <algorithm>
#include <fcntl.h>
#include <unistd.h>
#include "common/code_utils.hpp"
This file implements the Task Runner that executes tasks on the mainloop.