Sync test: added merge mining

This commit is contained in:
SChernykh
2023-11-17 19:22:12 +01:00
parent d1fee33482
commit 5aff5f5796
5 changed files with 89 additions and 19 deletions
+4
View File
@@ -69,6 +69,10 @@ private:
bool m_getJobRunning;
#ifdef DEV_TEST_SYNC
uint32_t m_getJobCounter;
#endif
uv_async_t m_shutdownAsync;
static void on_shutdown(uv_async_t* async)