#ifndef OFFLOAD_H #define OFFLOAD_H #include #include void offload_start(); void offload_stop(); void offload_add_work(std::function work); #endif