Sunshine/sunshine/main.h

13 lines
175 B
C
Raw Normal View History

2019-12-22 22:34:12 +00:00
//
// Created by loki on 12/22/19.
//
#ifndef SUNSHINE_MAIN_H
#define SUNSHINE_MAIN_H
#include "thread_pool.h"
extern util::ThreadPool task_pool;
#endif //SUNSHINE_MAIN_H