volatile bool shutdown = false; large_compute_async(unsigned code, int lhs, int rhs, lambda_t callback); void main() { while(!shutdown) { } }