mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
6 lines
183 B
C++
6 lines
183 B
C++
#include "global.h"
|
|
|
|
std::shared_ptr<std::vector<std::shared_ptr<ProcessingModule>>> uiCallList;
|
|
std::shared_ptr<std::mutex> uiCallListMutex;
|
|
|
|
ctpl::thread_pool processThreadPool(8);
|