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:
parent
f85efd163c
commit
65fa1d9bf3
5 changed files with 110 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue