mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-26 15:53:01 -05:00
uv: fix performance issue
unix implementation of uv_async_t has been wasting cpu cycles for nothing since 1.29.0 release implement efficient callback scheduling for linux
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
|
||||
|
||||
#include "net/JobResults.h"
|
||||
#include "base/io/Async.h"
|
||||
#include "base/io/log/Log.h"
|
||||
#include "base/tools/Handle.h"
|
||||
#include "base/tools/Object.h"
|
||||
|
||||
Reference in New Issue
Block a user